Fix typo
Signed-off-by: Zhang Wei <zhangwei555@huawei.com>
This commit is contained in:
parent
26183b3a69
commit
4a23bb9761
@ -27,7 +27,7 @@ type Registration struct {
|
|||||||
Init func(*InitContext) (interface{}, error)
|
Init func(*InitContext) (interface{}, error)
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO(@crosbymichael): how to we keep this struct from growing but support dependency injection for loaded plugins?
|
// TODO(@crosbymichael): how do we keep this struct from growing but support dependency injection for loaded plugins?
|
||||||
type InitContext struct {
|
type InitContext struct {
|
||||||
Root string
|
Root string
|
||||||
State string
|
State string
|
||||||
|
Loading…
Reference in New Issue
Block a user