Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFunctionCaller ¶
func NewFunctionCaller(funcs ...functions.FunctionEntry) *functionCaller
Types ¶
type FunctionCaller ¶
type Interpreter ¶
This is a tree based interpreter. It walks the AST and directly
interprets the AST to search through a JSON document.
func NewInterpreter ¶
func NewInterpreter(data interface{}, caller FunctionCaller, bindings binding.Bindings) Interpreter
Click to show internal directories.
Click to hide internal directories.