Versions in this module Expand all Collapse all v0 v0.0.1 Oct 16, 2022 Changes in this version + func DefaultRegistry() function.InterpreterRegistry + func Len(value interface{}) int64 + func String(value interface{}) (string, error) + type LenInterpreter struct + func (i LenInterpreter) Eval(ctx interface{}, args []interface{}) (interface{}, error) + func (i LenInterpreter) Schema() schema.Schema + type StringInterpreter struct + func (i StringInterpreter) Eval(ctx interface{}, args []interface{}) (interface{}, error) + func (i StringInterpreter) Schema() schema.Schema