Documentation ¶
Index ¶
- Constants
- type GraphConfig
- type RunStep
- type Runner
- func (r *Runner) RunTask(task Task, in, out interface{}) error
- func (r *Runner) TaskGraph(task Task, showCodes ...string) string
- func (r *Runner) TaskGraphRunSteps(task Task, runSteps []*RunStep, showCodes ...string) string
- func (r *Runner) TaskGraphRunStepsFromJson(task Task, runStepsJson []byte, showCodes ...string) (string, error)
- func (r *Runner) TaskRunSteps() []*RunStep
- type StepConfig
- type StepFailedFunc
- type StepFunc
- type Task
Constants ¶
View Source
const ( StepCodeFailure = "FAILURE" StepCodeSuccess = "SUCCESS" StepCodeJump1 = "JUMP1" StepCodeJump2 = "JUMP2" StepCodeJump3 = "JUMP3" LogFieldKeyStepKey = "StepKey" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GraphConfig ¶
type Runner ¶
type Runner struct { GraphConfig *GraphConfig // contains filtered or unexported fields }
func (*Runner) TaskGraphRunSteps ¶
func (*Runner) TaskGraphRunStepsFromJson ¶
func (*Runner) TaskRunSteps ¶
type StepConfig ¶
type StepFailedFunc ¶
Click to show internal directories.
Click to hide internal directories.