Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultHelperFunctions map[string]govaluate.ExpressionFunction
View Source
var ErrInvalidDslFunction = errors.New("invalid DSL function signature")
View Source
var (
RegexStore = make(map[string]*regexp.Regexp)
)
Functions ¶
Types ¶
type Engine ¶
type Engine struct {
HelperFunctions map[string]govaluate.ExpressionFunction
ExpressionStore map[string]*govaluate.EvaluableExpression
// contains filtered or unexported fields
}
Click to show internal directories.
Click to hide internal directories.