Versions in this module Expand all Collapse all v0 v0.8.0 Jun 30, 2023 Changes in this version + var ErrExperssionParameterNotFound = errors.New("parameter not found") + type ExprParam map[string]interface + func (m ExprParam) Split(s, sep string) []string + type Expression string + func (e Expression) EvaluateWithStruct(item interface{}) (interface{}, error) + func (e Expression) EvaluateWithVars(params map[string]interface{}) (interface{}, error) + func (e Expression) String() string