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"` }
type RunKit ¶ added in v0.0.3
type RunKit struct { Actions []Action `yaml:"actions" json:"actions"` // contains filtered or unexported fields }
type Runnable ¶ added in v0.0.3
func GetRunnable ¶ added in v0.0.3
type TemplateData ¶ added in v0.0.3
type TemplateData struct {
Ref string
}
Click to show internal directories.
Click to hide internal directories.