GraphNodeSubPath -> GraphNodeModuleInstance
This commit is contained in:
parent
215f60d5cf
commit
be2629d2f9
|
@ -63,7 +63,7 @@ type GraphNodeCloseProvider interface {
|
|||
// or in an ancestor module, with the resulting absolute address passed to
|
||||
// SetProvider.
|
||||
type GraphNodeProviderConsumer interface {
|
||||
GraphNodeSubPath
|
||||
GraphNodeModuleInstance
|
||||
// ProvidedBy returns the address of the provider configuration the node
|
||||
// refers to, if available. The following value types may be returned:
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue