Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ExecInputs ¶
type ExecInputs struct {
Cmd string `json:"cmd" yaml:"cmd"`
Args []interface{} `json:"args,omitempty" yaml:"args,omitempty"`
DisableInterpolation bool `json:"disableInterpolation,omitempty" json:"disableInterpolation,omitempty"`
}
ExecInputs contain the name and arguments of the command to be executed.
type ExecTask ¶
type ExecTask struct {
Library string `json:"library" yaml:"library"`
Task string `json:"task" yaml:"task"`
With ExecInputs `json:"with" yaml:"with"`
}
ExecTask encapsulates a command that can be executed.
Click to show internal directories.
Click to hide internal directories.