Versions in this module Expand all Collapse all v0 v0.0.1 Jan 14, 2024 Changes in this version + type Sort interface + And func(sort Sort) Sort + IsEmpty func() bool + IsSorted func() bool + IsUnsorted func() bool + Orders func() []order.Order + func By(direction order.Direction, properties ...string) Sort + func ByOrder(orders ...order.Order) Sort + func ByProperties(properties ...string) Sort + func Unsorted() Sort v0.0.1-dev Jan 14, 2024