Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Direction ¶
type Direction = string
Direction defines the sorting direction as a string type.
func DirectionFromString ¶
DirectionFromString converts a string to a Direction, defaulting to Ascending.
type Order ¶
type Order struct {
// contains filtered or unexported fields
}
Order represents sorting criteria with a column and direction.
Click to show internal directories.
Click to hide internal directories.