Documentation
¶
Index ¶
- func EvalAny(ctx context.Context, env map[string]string, data map[string]any, expr any) (any, error)
- func EvalBool(ctx context.Context, env map[string]string, data map[string]any, expr any) (bool, error)
- func EvalList(ctx context.Context, env map[string]string, data map[string]any, expr any) ([]any, error)
- func EvalObject(ctx context.Context, env map[string]string, data map[string]any, expr any) (any, error)
- func EvalString(ctx context.Context, env map[string]string, data map[string]any, expr string) (string, error)
- func Expand(s string, mapping func(string) string) string
- func Lookup(envMap map[string]string, envKey string) (string, bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EvalObject ¶
func EvalString ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.