Versions in this module Expand all Collapse all v1 v1.0.0 Jul 21, 2018 Changes in this version + type Evaluator struct + func NewEvaluator() *Evaluator + func (e *Evaluator) Evaluate(str string, variables map[string]interface{}, ...) (result interface{}, err error) + type ExpressionFunction = func(args ...interface{}) (interface{}, error)