package
Version:
v0.3.0
Opens a new window with list of versions in this module.
Published: May 24, 2026
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
DefaultPage = 1
DefaultPerPage = 25
MaxPerPage = 100
)
type Page struct {
Page int `json:"page"`
PerPage int `json:"per_page"`
Offset int `json:"offset"`
Limit int `json:"limit"`
}
Parse converts query values into a bounded page description.
per_page takes precedence over limit when both are present.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.