Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetConnection ¶
Types ¶
type Pagination ¶
type Pagination struct { Limit int `json:"limit"` Offset int `json:"offset"` Sort string `json:"sort"` }
func (*Pagination) GetLimit ¶
func (p *Pagination) GetLimit() int
func (*Pagination) GetOffset ¶
func (p *Pagination) GetOffset() int
func (*Pagination) GetSort ¶
func (p *Pagination) GetSort() string
Click to show internal directories.
Click to hide internal directories.