nodeconf source constructor
This commit is contained in:
parent
f7cc1f4b5d
commit
73ee67c5c0
@ -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