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