Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultRegistry ¶
func DefaultRegistry() function.InterpreterRegistry
Types ¶
type LenInterpreter ¶
type LenInterpreter struct { }
LenInterpreter is the Conflow interpreter for the Len function
func (LenInterpreter) Eval ¶
func (i LenInterpreter) Eval(ctx interface{}, args []interface{}) (interface{}, error)
Eval returns with the result of the function
func (LenInterpreter) Schema ¶
func (i LenInterpreter) Schema() schema.Schema
type StringInterpreter ¶
type StringInterpreter struct { }
StringInterpreter is the Conflow interpreter for the String function
func (StringInterpreter) Eval ¶
func (i StringInterpreter) Eval(ctx interface{}, args []interface{}) (interface{}, error)
Eval returns with the result of the function
func (StringInterpreter) Schema ¶
func (i StringInterpreter) Schema() schema.Schema
Click to show internal directories.
Click to hide internal directories.