Documentation
¶
Index ¶
- Variables
- type Direction
- type Order
- type Sort
- func (s *Sort) Asc(property string) *Sort
- func (s *Sort) By(property string) *Sort
- func (s *Sort) ByOrder(orders ...Order) *Sort
- func (s *Sort) ByProperties(direction Direction, properties ...string) *Sort
- func (s *Sort) Desc(property string) *Sort
- func (s *Sort) FirstAscString() (str string)
- func (s *Sort) Reset()
- func (s *Sort) ToString() (str string)
Constants ¶
This section is empty.
Variables ¶
View Source
var Ordered = Order{}
Functions ¶
This section is empty.
Types ¶
type Order ¶
type Order struct {
// contains filtered or unexported fields
}
func (Order) ByProperties ¶
type Sort ¶
type Sort struct {
// contains filtered or unexported fields
}
func (*Sort) ByProperties ¶
func (*Sort) FirstAscString ¶
Click to show internal directories.
Click to hide internal directories.