package
2.2.1+incompatible
Repository: https://github.com/goharbor/harbor.git
Documentation: pkg.go.dev

# Functions

Build query sting and pagination information into the Query model query string format: q=k=v,k=~v,k=[min~max],k={v1 v2 v3},k=(v1 v2 v3) exact match: k=v fuzzy match: k=~v range: k=[min~max] or list: k={v1 v2 v3} and list: k=(v1 v2 v3).
MustClone returns the clone of query when it's not nil or returns a new Query instance.
New returns Query with keywords.

# Structs

AndList query.
FuzzyMatchValue query.
OrList query.
Query parameters.
Range query.

# Type aliases

KeyWords ...