Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ActionExecutionContext ¶
type ActionExecutionContext struct {
ScriptContext ScriptExecutionContext
Action config.ShuttleAction
ActionIndex int
}
ActionExecutionContext gives context to the execution of Actions in a script
type Executor ¶ added in v0.15.1
func ShellExecutor ¶ added in v0.15.1
func ShellExecutor(action config.ShuttleAction) (Executor, bool)
func TaskExecutor ¶ added in v0.17.2
func TaskExecutor(action config.ShuttleAction) (Executor, bool)
type Registry ¶ added in v0.15.1
type Registry struct {
// contains filtered or unexported fields
}
func NewRegistry ¶ added in v0.15.1
type ScriptExecutionContext ¶
type ScriptExecutionContext struct {
ScriptName string
Script config.ShuttlePlanScript
Project config.ShuttleProjectContext
Args map[string]string
}
ScriptExecutionContext gives context to the execution of a plan script
Click to show internal directories.
Click to hide internal directories.