Documentation
¶
Index ¶
- func Eval(code string, inputs map[string]interface{}) (interface{}, error)
- func EvalBool(code string, inputs map[string]interface{}) (bool, error)
- func EvalStr(code string, inputs map[string]interface{}) (string, error)
- func EvalWhen(code string, inputs map[string]interface{}) (bool, bool, error)
- func Expand(code string, inputs map[string]interface{}) string
- func ExpandConfig(in *schema.Config, inputs map[string]interface{})
- func ExpandStage(stage *schema.Stage, inputs map[string]interface{})
- func ExpandStep(step *schema.Step, inputs map[string]interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExpandConfig ¶
ExpandConfig expands scripts in the stage.
func ExpandStage ¶
ExpandStage expands scripts in the stage.
func ExpandStep ¶
EexpandStep expands scripts in the step.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.