Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StepExecutionResult ¶
type TriggerEvent ¶
type TriggerEvent struct { Name string Data interface{} }
type WorkflowStep ¶
type WorkflowStep struct { Name string TemplateSrc string Template *template.Template InputParams string }
func NewWorkflowStep ¶
func NewWorkflowStep(name string, templateSrc string) *WorkflowStep
Click to show internal directories.
Click to hide internal directories.