Documentation
¶
Index ¶
- func ConvertToAst(rawExpression interface{}) (eval.Expression, error)
- func ParseArgList(arg interface{}) ([]eval.Expression, error)
- func ParseContext(rawContext map[string]interface{}) (eval.Context, error)
- func ParseMap(arg interface{}, expectedArgKeys []string) (map[string]eval.Expression, error)
- type ExpressionParser
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertToAst ¶
func ConvertToAst(rawExpression interface{}) (eval.Expression, error)
func ParseArgList ¶
func ParseArgList(arg interface{}) ([]eval.Expression, error)
Types ¶
type ExpressionParser ¶
type ExpressionParser func(interface{}) (eval.Expression, error)
Click to show internal directories.
Click to hide internal directories.