Documentation
¶
Overview ¶
Package dag implements a small directed acyclic graph: build, topological level grouping, cycle detection, descendant traversal. Nothing Tekton-specific lives here.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Graph ¶
type Graph struct {
// contains filtered or unexported fields
}
func (*Graph) AddEdge ¶
AddEdge records u→v. Both endpoints must exist; missing endpoints surface as errors at Levels() time.
func (*Graph) Descendants ¶
Descendants returns all nodes reachable from start (excluding start itself).
Click to show internal directories.
Click to hide internal directories.