package
0.0.0-20241218105937-04f42d1d0d87
Repository: https://github.com/openshift/sippy.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
TODO: merge with FilterOptionsFromRequest.
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Filter is a collection of FilterItem, with a link operator.
FilterItem is an individual filter consisting of a field, operator, value and a not boolean that negates the operator.
No description provided by the author

# Interfaces

Filterable interface is for anything that can be filtered, it needs to support querying the type and value of fields.

# Type aliases

LinkOperator determines how to chain multiple filters together, 'AND' and 'OR' are supported.
Operator defines an operator used for filter items such as equals, contains, etc, as well as the arithmetic operators like ==, !=, >, etc.