opentofu/terraform/graph_interface_subgraph.go
2015-05-01 14:19:32 -07:00

8 lines
202 B
Go

package terraform
// GraphNodeSubPath says that a node is part of a graph with a
// different path, and the context should be adjusted accordingly.
type GraphNodeSubPath interface {
Path() []string
}