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