package
0.31.5
Repository: https://github.com/rnssolution/prism.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.
"=".
">".
">=".
"<".
"<=".
TimeLayout defines a layout for all times (`TIME time`).

# Structs

Condition represents a single condition within a query and consists of tag (e.g.
Empty query matches any set of tags.
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 tag and operand (equality, etc.).