package
0.0.0-20241212140828-7a61fdfd2204
Repository: https://github.com/ardanlabs/encore.git
Documentation: pkg.go.dev

# Functions

NewBy constructs a new By value with no checks.
Parse constructs a By value by parsing a string in the form of "field,direction" ie "user_id,ASC".

# Constants

Set of directions for data ordering.
Set of directions for data ordering.

# Structs

By represents a field used to order by and direction.