//
pkg.gl
Category
github.com/thalesfsp/params
customsort
package
0.1.8
Repository:
https://github.com/thalesfsp/params.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
5
Files
96 SLOC
#
Functions
NewFromMap
NewFromMap creates a new `Sort` from a map[fieldName]order.
#
Constants
Asc
Asc is the ascending order.
Desc
Desc is the descending order.
#
Type aliases
Sort
Sort is the raw sort from the request.
SortMap
SortMap created to satisfy the Echo's `BindUnmarshaler` interface.