Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OrderByColumn ¶
type OrderByColumn struct { Dimension string `json:"dimension"` Direction Direction `json:"direction"` DimensionOrder SortingOrderType `json:"dimensionOrder"` }
func (OrderByColumn) Type ¶
func (o OrderByColumn) Type() string
type SortingOrder ¶
type SortingOrder struct {
SortingOrderType SortingOrderType `json:"type"`
}
type SortingOrderType ¶
type SortingOrderType int
const ( Lexicographic SortingOrderType = iota Alphanumeric Numeric Strlen Version )
func (SortingOrderType) MarshalJSON ¶
func (s SortingOrderType) MarshalJSON() ([]byte, error)
func (SortingOrderType) Name ¶
func (s SortingOrderType) Name() string
func (SortingOrderType) Ordinal ¶
func (s SortingOrderType) Ordinal() int
func (SortingOrderType) Values ¶
func (s SortingOrderType) Values() *[]string
Click to show internal directories.
Click to hide internal directories.