package
3.5.0+incompatible
Repository: https://github.com/lushdigital/microservice-core-golang.git
Documentation: pkg.go.dev

# Functions

NewPaginator returns a new Paginator instance with the provided parameters set and returns an error if it fails.

# Variables

ErrCalculateLastPage is used when the pagination last page could not be calculated.
ErrCalculateOffset is used when the pagination offset could not be calculated.

# Structs

Paginator manages pagination of a data set.
Response represents a pagination response.