Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Action ¶ added in v0.0.3
type Action struct { ID string `yaml:"id" json:"id"` Type ActionType `yaml:"type" json:"type"` Command string `yaml:"cmd" json:"cmd,omitempty"` Env []string `yaml:"env,omitempty" json:"env,omitempty"` }
type Config ¶ added in v0.0.4
type Config struct {
Actions []Action `yaml:"actions" json:"actions"`
}
type TemplateData ¶ added in v0.0.3
Click to show internal directories.
Click to hide internal directories.