Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecExitCode ¶
ExecExitCode of stack
type RunItemParser ¶ added in v0.6.3
type RunItemParser interface { ParseRun(Stack, []interface{}) (output []RunItem) ParseRunItem(Stack, interface{}) (output RunItem) }
RunItemParser interface
type Stack ¶
type Stack interface { AddRawVarsLeft(map[string]interface{}) AddRawVarsRight(map[string]interface{}) Start(*sync.WaitGroup) PreExec(*sync.WaitGroup) Exec(*sync.WaitGroup) PostExec(*sync.WaitGroup) GetAPI() string GetLibs() []string GetName() string GetVars() *StackVars GetFlags() *StackFlags GetLocals() *StackLocals GetRunItemsParser() RunItemParser GetView() interface{} GetWorkdir() string LoadFromFile(string, Stack) LoadFromString(string, Stack) }
Stack interface
type StackFlags ¶
StackFlags (global vars)
type StackLocals ¶
StackLocals (global vars)
Click to show internal directories.
Click to hide internal directories.