Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrExperssionParameterNotFound = errors.New("parameter not found")
Functions ¶
This section is empty.
Types ¶
type Expression ¶
type Expression string
func (Expression) EvaluateWithStruct ¶
func (e Expression) EvaluateWithStruct(item interface{}) (interface{}, error)
func (Expression) EvaluateWithVars ¶
func (e Expression) EvaluateWithVars(params map[string]interface{}) (interface{}, error)
func (Expression) String ¶
func (e Expression) String() string
Click to show internal directories.
Click to hide internal directories.