Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graph ¶
type Graph struct { // Vertices is a map from resource name to resource vertex. Vertices map[V]Vertex // contains filtered or unexported fields }
Graph is a graph representation of resource dependencies.
func (*Graph) ContainsVertex ¶
func (*Graph) TopologicalSort ¶
Click to show internal directories.
Click to hide internal directories.