Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ICompiledExpression ¶
type ICompiledExpression interface{}
type ICompiler ¶
type ICompiler interface {
CompileExpression(source string) (ICompiledExpression, error)
}
type IEngine ¶
type IEngine interface { ICompiler IEvaluator SetItemAwareLocator(name string, itemAwareLocator data.IItemAwareLocator) }
type IEvaluator ¶
type IEvaluator interface {
EvaluateExpression(expr ICompiledExpression, data interface{}) (IResult, error)
}
Click to show internal directories.
Click to hide internal directories.