sort

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Sort

type Sort interface {
	IsEmpty() bool
	IsSorted() bool
	IsUnsorted() bool
	Orders() []order.Order
	And(sort Sort) Sort
}

func By

func By(direction order.Direction, properties ...string) Sort

func ByOrder

func ByOrder(orders ...order.Order) Sort

func ByProperties

func ByProperties(properties ...string) Sort

func Unsorted

func Unsorted() Sort

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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