parse

package
v0.1.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 27, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

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)

func ParseContext

func ParseContext(rawContext map[string]interface{}) (eval.Context, error)

func ParseMap

func ParseMap(arg interface{}, expectedArgKeys []string) (map[string]eval.Expression, error)

Types

type ExpressionParser

type ExpressionParser func(interface{}) (eval.Expression, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL