package
Version:
v0.0.0-...-99ed3b9
Opens a new window with list of versions in this module.
Published: Aug 21, 2021
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
DefaultSize = 20
DefaultPage = 1
DefaultMaxSize = 50
)
type ListPage struct {
TotalPage int64 `json:"totalPage"`
Page int64 `json:"page"`
PageSize int64 `json:"pageSize"`
Total int64 `json:"total"`
}
type Page struct {
Page int64 `json:"page"`
PageSize int64 `json:"pageSize"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.