Documentation
¶
Index ¶
- type Env
- func (t *Env) AccountProvisioningInputs(inputs map[string]any) (map[string]any, error)
- 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)
- func (t *Env) ProvisioningInputs(principal *v2.Resource, entitlement *v2.Entitlement) (map[string]any, error)
- func (t *Env) SyncInputs(rowMap map[string]any) map[string]any
- func (t *Env) SyncInputsWithResource(rowMap map[string]any, resource *v2.Resource) map[string]any
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) AccountProvisioningInputs ¶ added in v0.0.10
func (*Env) EvaluateBool ¶
func (*Env) EvaluateString ¶
func (*Env) ProvisioningInputs ¶ added in v0.0.9
func (*Env) SyncInputs ¶ added in v0.0.9
Click to show internal directories.
Click to hide internal directories.