Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cache ¶
type Cache struct { Workflows map[string]Workflow // the key is the filename for the workflow // contains filtered or unexported fields }
func (*Cache) Children ¶
Children of the given task t, a child phase is one that dependsOn another task Empty slice will be returned if no children are found. A task without a type or meta data containing the workflow info will result in an error
func (*Cache) Get ¶
Get the Phase associated with the task looks for matching phases within a workflow defined in meta that matches the task Type and job.
Click to show internal directories.
Click to hide internal directories.