Versions in this module Expand all Collapse all v0 v0.2.1 Jul 6, 2015 Changes in this version + type Pager struct + BeginIndex int + BeginPage int + PageSize int + func (p *Pager) Begin(page int) int + func (p *Pager) BeginByString(page string) int + func (p *Pager) End(page int) int + func (p *Pager) EndByString(page string) int + type PagerGroup struct + func (pg *PagerGroup) Add(beginPage, beginIndex, pageSize int) (p *Pager)