package
0.1.8
Repository: https://github.com/thalesfsp/params.git
Documentation: pkg.go.dev

# Functions

NewFromMap creates a new `Sort` from a map[fieldName]order.

# Constants

Asc is the ascending order.
Desc is the descending order.

# Type aliases

Sort is the raw sort from the request.
SortMap created to satisfy the Echo's `BindUnmarshaler` interface.