Discover Packages
github.com/ZTDBP/ZAManager
app
base
mapi
package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Feb 13, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type AdminPaginate struct {
Total int64 `json:"total"`
Current int `json:"current"`
PageSize int `json:"pageSize"`
}
type Paginate struct {
Total int `json:"total"`
TotalPage int `json:"total_page"`
CurrentPage int `json:"current_page"`
PrePage int `json:"pre_page"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.