Versions in this module Expand all Collapse all v0 v0.0.3 Jun 20, 2023 Changes in this version + const PageSizeParam + const PageTokenParam + func MaybeSetNextPageToken(c *gin.Context, serviceNextPageToken string, respNextPageToken *string) bool + func ParsePaginationParams(c *gin.Context, pageRequest *PageRequest) bool + type PageRequest struct + PageSize *int + PageToken *string + func (r *PageRequest) ToServicePage() *common.Page + type PageToken struct + EncodedQuery string + NextPageToken string