package
1.0.1
Repository: https://github.com/qiangxue/go-rest-api.git
Documentation: pkg.go.dev

# Functions

New creates a new Pages instance.
NewFromRequest creates a Pages object using the query parameters found in the given HTTP request.

# Variables

DefaultPageSize specifies the default page size.
MaxPageSize specifies the maximum page size.
PageSizeVar specifies the query parameter name for page size.
PageVar specifies the query parameter name for page number.

# Structs

Pages represents a paginated list of data items.