Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EvaluationEnvironment ¶
type EvaluationEnvironment struct { Github *model.GithubContext Env map[string]string Job *model.JobContext Steps map[string]*model.StepResult Runner map[string]interface{} Secrets map[string]string Strategy map[string]interface{} Matrix map[string]interface{} Needs map[string]map[string]map[string]string Inputs map[string]interface{} ContextData map[string]interface{} }
type Interpreter ¶
func NewInterpeter ¶
func NewInterpeter(env *EvaluationEnvironment, config Config) Interpreter
Click to show internal directories.
Click to hide internal directories.