Documentation ¶
Overview ¶
query handles finding a match in a tree, but not unmarshaling the node. This package should not generally be used directly.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type QueryError ¶
Error returned when a query fails to match. Includes the list of matches that were found, and the match that failed. Prints an error message that can be used to debug the query.
func (*QueryError) Error ¶
func (e *QueryError) Error() string
Click to show internal directories.
Click to hide internal directories.