Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Evaluator ¶
type Evaluator struct {
Evaluate Evaluate
}
func EvaluatorBuilder ¶
func EvaluatorBuilder() Evaluator
func (Evaluator) EvaluateJsonPath ¶
type JsonPathDoesNotExistError ¶ added in v0.2.0
type JsonPathDoesNotExistError struct {
Path string
}
func (JsonPathDoesNotExistError) Error ¶ added in v0.2.0
func (e JsonPathDoesNotExistError) Error() string
Click to show internal directories.
Click to hide internal directories.