Versions in this module Expand all Collapse all v1 v1.0.2 Sep 27, 2023 v1.0.1 May 23, 2023 Changes in this version + const PAGE_NAME + const PAGE_PLACE_HOLDER + type Page struct + AjaxActionName string + CurrentPage int + FirstPageTag string + LastPageTag string + LinkStyle string + NextBarTag string + NextPageTag string + PageBarNum int + PrevBarTag string + PrevPageTag string + SelectStyle string + SpanStyle string + TotalPage int + TotalSize int + UrlTemplate string + func New(totalSize, pageSize, currentPage int, urlTemplate string) *Page + func (p *Page) FirstPage() string + func (p *Page) GetContent(mode int) string + func (p *Page) GetLink(page int, text, title string) string + func (p *Page) GetUrl(page int) string + func (p *Page) LastPage() string + func (p *Page) NextPage() string + func (p *Page) PageBar() string + func (p *Page) PrevPage() string + func (p *Page) SelectBar() string