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