Documentation
¶
Index ¶
Constants ¶
View Source
const ( NOT = "not" LESSTHAN = "less_than" GREATERTHAN = "greater_than" EQUALS = "equals" IN = "in" JSONPATH = "json_path" XMLPATH = "xml_path" REGEXP = "regexp" EXISTS = "exists" CONTAINS = "contains" RANGE = "range" EQUALSONFILE = "equals_on_file" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ArgumentError ¶
type ArgumentError struct {
// contains filtered or unexported fields
}
func (ArgumentError) Error ¶
func (nf ArgumentError) Error() string
func (ArgumentError) Unwrap ¶
func (nf ArgumentError) Unwrap() error
type NotFoundError ¶
type NotFoundError struct {
// contains filtered or unexported fields
}
func (NotFoundError) Error ¶
func (nf NotFoundError) Error() string
func (NotFoundError) Unwrap ¶
func (nf NotFoundError) Unwrap() error
type OperatorError ¶
type OperatorError struct {
// contains filtered or unexported fields
}
func (OperatorError) Error ¶
func (nf OperatorError) Error() string
func (OperatorError) Unwrap ¶
func (nf OperatorError) Unwrap() error
Click to show internal directories.
Click to hide internal directories.