# Functions
Everything returns a selector that matches all fields.
OneTermEqualSelector returns an object that matches objects where one field/field equals one value.
Parses the selector and runs them through the given TransformFunc.
ParseSelector takes a string representing a selector and returns an object suitable for matching, or an error.
ParseSelectorOrDie takes a string representing a selector and returns an object suitable for matching, or panic when an error occur.
SelectorFromSet returns a Selector which will match exactly the given Set.
# Structs
Requirement contains a field, a value, and an operator that relates the field and value.
# Type aliases
Requirements is AND of all requirements.
Set is a map of field:value.
Function to transform selectors.