terraform/terraform/graph_interface_subgraph.go

8 lines
202 B
Go
Raw Normal View History

2015-05-01 23:19:32 +02:00
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
}