httpquery

package
v1.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ParseQueryParams

func ParseQueryParams(values map[string][]string) ([]FilterOption, Pagination, error)

Types

type FilterOption

type FilterOption struct {
	Operator string
	Field    string
	Value    string
}

type Pagination

type Pagination struct {
	Limit int
	Page  int
}

func (*Pagination) GetOffset

func (p *Pagination) GetOffset() int

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL