Documentation ¶
Index ¶
- func Eval(e string, store exprtrace.EvalEnv) (any, error)
- func EvalAny(e any, store exprtrace.EvalEnv) (any, error)
- func EvalCond(cond string, store exprtrace.EvalEnv) (bool, error)
- func EvalCount(count string, store exprtrace.EvalEnv) (int, error)
- func EvalExpand(in any, store exprtrace.EvalEnv) (any, error)
- func EvalWithTrace(e string, store exprtrace.EvalEnv) (*exprtrace.EvalResult, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EvalExpand ¶
EvalExpand evaluates `in` and expand `{{ }}` in `in` using `store`.
func EvalWithTrace ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.