The highest tagged major version is
v2.
package
Version:
v1.0.28
Opens a new window with list of versions in this module.
Published: Feb 4, 2021
License: MIT
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
¶
type Param struct {
OnlyCount bool `form:"-"`
UsedPage bool `form:"-"`
PageIndex int `form:"pageIndex,default=1"`
PageSize int `form:"pageSize,default=10" binding:"max=100"`
}
Param 分页查询条件
type Result struct {
Count int64 `json:"count"`
List interface{} `json:"list"`
PageIndex int `json:"pageIndex"`
PageSize int `json:"pageSize"`
}
Result 分页查询结果
Source Files
¶
Click to show internal directories.
Click to hide internal directories.