Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExitError ¶
type ExitError struct {
// contains filtered or unexported fields
}
func NewExitError ¶
type Flowfile ¶
func LoadFlowfile ¶
type Step ¶
type Step struct {
Name string `yaml:"name"`
Envs map[string]string `yaml:"envs"`
Vars map[string]any `yaml:"vars"`
Shell string `yaml:"sh"`
Flow string `yaml:"flow"`
// Controls
If *Step `yaml:"if"`
Go *Step `yaml:"go"`
Defer *Step `yaml:"defer"`
Group []Step `yaml:"group"`
Range []any `yaml:"range"`
}
Click to show internal directories.
Click to hide internal directories.