Documentation ¶
Index ¶
Constants ¶
View Source
const ( // OnFailure OnFailureExit = "exit" OnFailureRepeat = "repeat" OnFailureContinue = "continue" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RawTemplate ¶
type RawTemplate struct { Name string `yaml:"name"` FileName string `yaml:"-"` RawString string `yaml:"-"` Variables variableTY.Variables `yaml:"variables"` }
type Template ¶
type Template struct { Name string `yaml:"name"` Description string `yaml:"description"` Variables variableTY.Variables `yaml:"variables"` Tasks []Task `yaml:"tasks"` }
type TemplatePre ¶
type TemplatePre struct { Name string `yaml:"name"` Description string `yaml:"description"` Variables variableTY.Variables `yaml:"variables"` }
TemplatePre used to fetch variables before applying the template
Click to show internal directories.
Click to hide internal directories.