Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetLiteral ¶
GetLiteral return the literal value if it is a literal
func IsTemplateExpr ¶
func SetScriptFactoryCreator ¶
func SetScriptFactoryCreator(factory FactoryCreatorFunc)
Types ¶
type Expr ¶
func NewLiteralExpr ¶
func NewLiteralExpr(val interface{}) Expr
type Factory ¶
func NewFactory ¶
func NewFactory(resolver resolve.CompositeResolver) Factory
type FactoryCreatorFunc ¶
type FactoryCreatorFunc func(resolve.CompositeResolver) Factory
Click to show internal directories.
Click to hide internal directories.