Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DAG ¶
type DAG struct { Nodes map[string]*internalNode // contains filtered or unexported fields }
func (*DAG) GetSchedulableNodeNames ¶
type OperationFunc ¶
type OperationFunc func(dag *DAG)
func WithAllowMarkArbitraryNodeAsDone ¶
func WithAllowMarkArbitraryNodeAsDone(allow bool) OperationFunc
func WithAllowNotCheckCycle ¶
func WithAllowNotCheckCycle(allow bool) OperationFunc
Click to show internal directories.
Click to hide internal directories.