Discover Packages
github.com/limanmys/inventory-server
internal
paginator
package
Version:
v0.0.0-...-0bce360
Opens a new window with list of versions in this module.
Published: Mar 7, 2024
License: MIT
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type Data struct {
TotalRecords int64 `json:"total_records"`
Records interface{} `json:"records"`
CurrentPage int `json:"current_page"`
TotalPages int `json:"total_pages"`
}
type Filter struct {
Key string `json:"key"`
Value any `json:"value"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.