GraphNodeSubPath -> GraphNodeModuleInstance

This commit is contained in:
James Bardin 2020-03-06 14:33:49 -05:00
parent 215f60d5cf
commit be2629d2f9
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ type GraphNodeCloseProvider interface {
// or in an ancestor module, with the resulting absolute address passed to // or in an ancestor module, with the resulting absolute address passed to
// SetProvider. // SetProvider.
type GraphNodeProviderConsumer interface { type GraphNodeProviderConsumer interface {
GraphNodeSubPath GraphNodeModuleInstance
// ProvidedBy returns the address of the provider configuration the node // ProvidedBy returns the address of the provider configuration the node
// refers to, if available. The following value types may be returned: // refers to, if available. The following value types may be returned:
// //