Documentation ¶
Index ¶
- func EvalBool(expression string, msg []byte) (bool, error)
- func EvalStr(expression string, msg []byte) (string, error)
- func Expand(value map[string]interface{}) map[string]interface{}
- func ExpandPrefixed(value map[string]interface{}, prefix string) map[string]interface{}
- func ExpandPrefixedToResult(value map[string]interface{}, prefix string, result map[string]interface{})
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func EvalStr ¶ added in v0.7.1
EvalStr uses the given input expression to evaluate input message and compile it to a string. See examples in eval_string_test.go
func ExpandPrefixed ¶
func ExpandPrefixedToResult ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.