package
Version:
v0.0.0-...-ca33287
Opens a new window with list of versions in this module.
Published: Apr 17, 2024
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 IDReq struct {
ID int `json:"id" form:"id" binding:"required"`
}
IDReq id参数
type PageListReq struct {
PageSize int `json:"pageSize" form:"pageSize"`
Page int `json:"page" form:"page"`
}
PageListReq PageListReq
Source Files
¶
Click to show internal directories.
Click to hide internal directories.