Documentation
¶
Index ¶
- type Env
- func (t *Env) BaseInputs(rowMap map[string]any) map[string]any
- func (t *Env) BaseInputsWithResource(rowMap map[string]any, resource *v2.Resource) map[string]any
- func (t *Env) Evaluate(ctx context.Context, expr string, inputs map[string]any) (any, error)
- func (t *Env) EvaluateBool(ctx context.Context, expr string, inputs map[string]any) (bool, error)
- func (t *Env) EvaluateString(ctx context.Context, expr string, inputs map[string]any) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Env ¶
type Env struct {
// contains filtered or unexported fields
}
func (*Env) BaseInputsWithResource ¶
func (*Env) EvaluateBool ¶
Click to show internal directories.
Click to hide internal directories.