Documentation
¶
Index ¶
Constants ¶
View Source
const TypeName = "go2chef.step.bundle"
TypeName is the name of this step plugin
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Bundle ¶
type Bundle struct {
BundleName string `mapstructure:"name"`
ConfigName string `mapstructure:"config_name"`
TimeoutSeconds int `mapstructure:"timeout_seconds"`
// contains filtered or unexported fields
}
Bundle represents an executable bundle of files that can be downloaded from a go2chef.Source
Click to show internal directories.
Click to hide internal directories.