Versions in this module Expand all Collapse all v0 v0.4.0 Sep 2, 2026 v0.3.0 Sep 1, 2026 Changes in this version + type PredicateEvaluator interface + Evaluate func(map[string]interface{}) (bool, error) + type Registry interface + EvaluateExpression func(string) (interface{}, error) + Get func(string) (interface{}, bool) + RegisterFunction func(string, interface{}) + Set func(string, interface{})