Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dag ¶
type Dag struct {
// contains filtered or unexported fields
}
Dag is a directed acyclic graph.
func New ¶
func New() *Dag
New creates a new directed acyclic graph (dag) that can determinate if a stage has dependencies.
func (*Dag) Dependencies ¶
Dependencies returns the direct dependencies accounting for skipped dependencies.
func (*Dag) DetectCycles ¶
DetectCycles returns true if cycles are detected in the graph.
Click to show internal directories.
Click to hide internal directories.