Versions in this module Expand all Collapse all v3 v3.1.0 Jun 11, 2019 v3.0.0 Jun 10, 2019 Changes in this version + type PagingInfo struct + CurrentPage int + End int + HasNextPage bool + HasPreviousPage bool + NextPage int + PageSize int + PreviousPage int + Start int + TotalItems int + TotalPages int + func (p *PagingInfo) Calculate(currentPage, pageSize, totalItems int) Other modules containing this package github.com/app-nerds/kit/v4 github.com/app-nerds/kit/v5 github.com/app-nerds/kit/v6