Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DefaultLimit ¶
type DefaultLimit struct {
LimitType LimitType `json:"type"`
Limit int64 `json:"limit,omitempty"`
Offset int64 `json:"offset,omitempty"`
Columns []sorting.OrderByColumn `json:"columns,omitempty"`
}
func (DefaultLimit) Type ¶
func (d DefaultLimit) Type() string
type SimpleLimit ¶
type SimpleLimit struct {
LimitType LimitType `json:"type"`
Limit int64 `json:"limit,omitempty"`
Offset int64 `json:"offset,omitempty"`
Columns []string `json:"columns,omitempty"`
}
func (SimpleLimit) Type ¶
func (s SimpleLimit) Type() string
Click to show internal directories.
Click to hide internal directories.