Documentation ¶
Index ¶
- type Paginator
- func (p *Paginator) GetLastPage() int
- func (p *Paginator) GetNextPage() int
- func (p *Paginator) GetOffset() int
- func (p *Paginator) GetPage() int
- func (p *Paginator) GetPerPage() int
- func (p *Paginator) GetPrevPage() int
- func (p *Paginator) GetTotal() int
- func (p *Paginator) HasMore() bool
- func (p *Paginator) ToJSON() ([]byte, error)
- func (p *Paginator) ToMap() map[string]any
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Paginator ¶
type Paginator struct {
// contains filtered or unexported fields
}
func NewPaginator ¶
func (*Paginator) GetLastPage ¶
func (*Paginator) GetNextPage ¶
func (*Paginator) GetPerPage ¶
func (*Paginator) GetPrevPage ¶
Click to show internal directories.
Click to hide internal directories.