exprparser

package
v0.246.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 2, 2023 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsTruthy

func IsTruthy(input interface{}) bool

Types

type Config

type Config struct {
	Run        *model.Run
	WorkingDir string
	Context    string
}

type DefaultStatusCheck

type DefaultStatusCheck int
const (
	DefaultStatusCheckNone DefaultStatusCheck = iota
	DefaultStatusCheckSuccess
	DefaultStatusCheckAlways
	DefaultStatusCheckCanceled
	DefaultStatusCheckFailure
)

func (DefaultStatusCheck) String

func (dsc DefaultStatusCheck) String() string

type EvaluationEnvironment

type EvaluationEnvironment struct {
	Github   *model.GithubContext
	Env      map[string]string
	Job      *model.JobContext
	Jobs     *map[string]*model.WorkflowCallResult
	Steps    map[string]*model.StepResult
	Runner   map[string]interface{}
	Secrets  map[string]string
	Vars     map[string]string
	Strategy map[string]interface{}
	Matrix   map[string]interface{}
	Needs    map[string]Needs
	Inputs   map[string]interface{}
}

type Interpreter

type Interpreter interface {
	Evaluate(input string, defaultStatusCheck DefaultStatusCheck) (interface{}, error)
}

func NewInterpeter

func NewInterpeter(env *EvaluationEnvironment, config Config) Interpreter

type Needs

type Needs struct {
	Outputs map[string]string `json:"outputs"`
	Result  string            `json:"result"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL