Versions in this module Expand all Collapse all v0 v0.0.1 Dec 6, 2024 Changes in this version + type Page struct + func MustParse(page string, rowsPerPage string) Page + func Parse(page string, rowsPerPage string) (Page, error) + func (p Page) Number() int + func (p Page) RowsPerPage() int + func (p Page) String() string