package
0.34.0
Repository: https://github.com/vipernet-xyz/tendermint.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

MustParse turns the given string into a query or panics; for tests or others cases where you know the string is valid.
New parses the given string and returns a query or error if the string is invalid.

# Constants

DateLayout defines a layout for all dates (`DATE date`).
"CONTAINS"; used to check if a string contains a certain sub string.
"=".
"EXISTS"; used to check if a certain event attribute is present.
">".
">=".
"<".
"<=".
TimeLayout defines a layout for all times (`TIME time`).

# Structs

Condition represents a single condition within a query and consists of composite key (e.g.
Empty query matches any set of events.
No description provided by the author
Query holds the query string and the query parser.
No description provided by the author

# Type aliases

Operator is an operator that defines some kind of relation between composite key and operand (equality, etc.).