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 ¶
func InitConfig ¶
Types ¶
type Runner ¶
type Runner struct { Target string Workspace string Workflow libs.Workflow Options *libs.Options Reports []string DSL map[string]interface{} Params map[string]string }
func (*Runner) CheckConditions ¶
func (*Runner) CheckRequirements ¶
func (*Runner) ParseString ¶
func (*Runner) ParseTemplate ¶
func (*Runner) ValidateInputType ¶
Click to show internal directories.
Click to hide internal directories.