sortx

package
v1.0.0-beta.187 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 18, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Order

type Order string
const (
	OrderAsc     Order = "ASC"
	OrderDesc    Order = "DESC"
	OrderDefault Order = OrderAsc
	OrderNone    Order = ""
)

func (Order) IsDefaultValue

func (s Order) IsDefaultValue() bool

TODO (andras): name is misleading as it checks if the order is not set rather than if it's the default value

func (Order) String

func (s Order) String() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL