Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Base Base Vars map[string]interface{} Templates map[string]string Post map[string]PostConfig Exec map[string][]ExecConfig SkipNoToken bool `yaml:"skip_no_token"` Silent bool }
type ExecConfig ¶
type PostConfig ¶ added in v1.10.0
func (*PostConfig) UnmarshalYAML ¶ added in v1.10.0
func (pc *PostConfig) UnmarshalYAML(unmarshal func(interface{}) error) error
Click to show internal directories.
Click to hide internal directories.