pagination

package
v0.0.0-...-e38db06 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 16, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type PageMetadata

type PageMetadata struct {
	Limit  uint32 `json:"limit"`
	Offset uint32 `json:"offset"`
	Total  uint32 `json:"total"`
}

PageMetadata

type SortMetadata

type SortMetadata struct {
	Attr  string
	Order string // "asc" || "desc"
}

SortMetadata

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL