Versions in this module Expand all Collapse all v1 v1.0.1 Dec 21, 2023 v1.0.0 Dec 21, 2023 Changes in this version + func ParseQueryParams(values map[string][]string) ([]FilterOption, Pagination, error) + type FilterOption struct + Field string + Operator string + Value string + type Pagination struct + Limit int + Page int + func (p *Pagination) GetOffset() int