Documentation
¶
Index ¶
Constants ¶
View Source
const TypeName = "go2chef.step.group"
TypeName is the name of this step plugin
Variables ¶
This section is empty.
Functions ¶
Types ¶
type StepGroup ¶
type StepGroup struct {
GroupName string `mapstructure:"name"`
Steps []go2chef.Step
// contains filtered or unexported fields
}
StepGroup defines a step that consists of other steps
StepGroups download all resources in parallel and then execute steps sequentially. If you're doing a bunch of steps you probably want to use a `step_group` for it.
Click to show internal directories.
Click to hide internal directories.