nodeconf source constructor
This commit is contained in:
parent
03e400a4b2
commit
a790c7f5f8
@ -13,6 +13,10 @@ type NodeConfSource interface {
|
|||||||
nodeconf.Source
|
nodeconf.Source
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func New() NodeConfSource {
|
||||||
|
return new(nodeConfSource)
|
||||||
|
}
|
||||||
|
|
||||||
type nodeConfSource struct {
|
type nodeConfSource struct {
|
||||||
cl coordinatorclient.CoordinatorClient
|
cl coordinatorclient.CoordinatorClient
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user