Documentation
¶
Index ¶
- Variables
- func InitConfig(options *libs.Options) error
- type Runner
- func (r *Runner) CheckConditions(conditions []string) bool
- func (r *Runner) CheckRequirements(requirements []string) bool
- func (r *Runner) ParseString(value string) (output string)
- func (r *Runner) ParseTemplate(filePath string) (output []byte, err error)
- func (r *Runner) RunStep(step *libs.Step)
- func (r *Runner) Start()
- func (r *Runner) ValidateInputType() bool
Constants ¶
This section is empty.
Variables ¶
View Source
var ParamsBlacklist = []string{
"source",
"source_id",
"source_safe",
}
Functions ¶
Types ¶
Source Files
¶
- config.go
- dsl.go
- runner.go
- step.go
- validator.go
- variables.go
Click to show internal directories.
Click to hide internal directories.