Documentation ¶ Index ¶ func Eval[T any](log *zap.Logger, exp string, vars map[string]interface{}) (retval T, reterr error) func EvalAny(log *zap.Logger, exp string, vars map[string]interface{}) (retval interface{}, reterr error) func GetVariables(exp string) (map[string]struct{}, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Eval ¶ func Eval[T any](log *zap.Logger, exp string, vars map[string]interface{}) (retval T, reterr error) func EvalAny ¶ added in v0.1.175 func EvalAny(log *zap.Logger, exp string, vars map[string]interface{}) (retval interface{}, reterr error) func GetVariables ¶ added in v0.1.175 func GetVariables(exp string) (map[string]struct{}, error) Types ¶ This section is empty. Source Files ¶ View all Source files eval.go Click to show internal directories. Click to hide internal directories.