Versions in this module Expand all Collapse all v0 v0.0.4 Jan 13, 2020 Changes in this version + type Paged struct + Limit int + NextPage int + Offset int + Page int + PrevPage int + Records interface{} + TotalPage int + TotalRecord int v0.0.3 Jan 13, 2020 Changes in this version + type Paginator struct + Limit int + NextPage int + Offset int + Page int + PrevPage int + Records interface{} + TotalPage int + TotalRecord int + func Paging(p *Param, result interface{}) (*Paginator, error) + type Param struct + DB *gorm.DB + Limit int + OrderBy []string + Page int + ShowSQL bool