package
Version:
v1.0.4
Opens a new window with list of versions in this module.
Published: Dec 28, 2024
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Paging struct {
List interface{} `json:"list"`
Page int64 `json:"page"`
Limit int64 `json:"limit"`
Count int64 `json:"count"`
Total int64 `json:"total"`
Start int64 `json:"start"`
End int64 `json:"end"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.