Documentation
¶
Index ¶
- Constants
- func AddReversedEdge(g Interface, from, to graph.Node, edgeKinds sets.String) bool
- func AllNodes(g Interface, node graph.Node) bool
- func EnsureUnique(g UniqueNodeInitializer, name UniqueName, fn NodeInitializerFunc) graph.Node
- func ExistingDirectEdge(g Interface, from, to graph.Node, edgeKinds sets.String) bool
- func GetContainingNode(g Graph, containedNode graph.Node) graph.Node
- func GetTopLevelContainerNode(g Graph, containedNode graph.Node) graph.Node
- func IsFromDifferentNamespace(namespace string, node graph.Node) bool
- func NodesByKind(g Interface, nodes []graph.Node, kinds ...string) [][]graph.Node
- func ReverseExistingDirectEdge(g Interface, from, to graph.Node, edgeKinds sets.String) bool
- func ReverseGraphEdge(g Interface, from, to graph.Node, edgeKinds sets.String) bool
- type ByID
- type ByKey
- type ByNodeID
- type BySeverity
- type Edge
- type EdgeFunc
- type ExistenceChecker
- type Graph