Versions in this module Expand all Collapse all v0 v0.1.1 Apr 1, 2017 Changes in this version + func DealUri(po *PageOptions, ctx *context.Context) + func GetPagerLinks(po *PageOptions, ctx *context.Context) (int, int, orm.RawSeter, html.HTML) + func GetPagesInfo(tableName string, currentpage int, pagesize int, conditions string) (int, int, orm.RawSeter) + type PageOptions struct + Conditions string + CurrentPage int + EnableFirstLastLink bool + EnablePreNexLink bool + FirstPageText string + Href string + LastPageText string + LinkItemCount int + NextPageText string + PageSize int + ParamName string + PrePageText string + TableName string