package
0.4.0
Repository: https://github.com/neticdk/go-common.git
Documentation: pkg.go.dev

# Functions

ParseSearchQuery parses a HTTP request's query string into a SeachParams It supports global search, field search and pagination.

# Structs

Field hold values for a single field.
Order specifies the order of fields Directions must be either nil or equals in length to that of Fields.
SearchParams holds the search parameters nil values indicate the parameter was not specified in the query string.