Versions in this module Expand all Collapse all v0 v0.5.0 Mar 30, 2026 v0.4.1 Mar 28, 2026 Changes in this version + func NewExprEvaluator() ports.ExpressionEvaluator + func NewExprValidator() ports.ExpressionValidator + type ExprEvaluator struct + func (e *ExprEvaluator) EvaluateBool(exprStr string, ctx *interpolation.Context) (bool, error) + func (e *ExprEvaluator) EvaluateInt(exprStr string, ctx *interpolation.Context) (int, error) + type ExprValidator struct + func (v *ExprValidator) Compile(expression string) error