Versions in this module Expand all Collapse all v0 v0.1.1 May 26, 2019 Changes in this version + type Pagination paginations.Pagination + func New(a, b int, tp Type) *Pagination + func NewLimitOffset(limit, offset int) *Pagination + func NewPaged(number, size int) *Pagination + func (p *Pagination) Check() error + func (p *Pagination) FormatQuery(q ...url.Values) url.Values + func (p *Pagination) GetLimitOffset() (int, int) + func (p *Pagination) String() string + func (p *Pagination) Type() Type + type Type int + const TpCursor + const TpLimitOffset + const TpPage