Documentation
¶
Overview ¶
Package query provides functions to work with the different search query flavours.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsValidationError ¶
Types ¶
type NamedGroupInvalidNodesError ¶
NamedGroupInvalidNodesError records an error and the operation that caused it.
func (NamedGroupInvalidNodesError) Error ¶
func (e NamedGroupInvalidNodesError) Error() string
type StartsWithBinaryOperatorError ¶
type StartsWithBinaryOperatorError struct {
Node *ast.OperatorNode
}
StartsWithBinaryOperatorError records an error and the operation that caused it.
func (StartsWithBinaryOperatorError) Error ¶
func (e StartsWithBinaryOperatorError) Error() string
type UnsupportedTimeRangeError ¶
type UnsupportedTimeRangeError struct {
Value interface{}
}
UnsupportedTimeRangeError records an error and the value that caused it.
func (UnsupportedTimeRangeError) Error ¶
func (e UnsupportedTimeRangeError) Error() string
Click to show internal directories.
Click to hide internal directories.