package
Version:
v0.10.13
Opens a new window with list of versions in this module.
Published: Jun 11, 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 List struct {
Page int `json:"page" form:"page" uri:"page" binding:"required"`
Size int `json:"size" form:"size" uri:"size" binding:"required"`
}
type ListDefault struct {
PN int `json:"pn" form:"pn" uri:"pn"`
PL int `json:"pl" form:"pl" uri:"pl"`
}
type ListNoRequired struct {
Page int `json:"page" form:"page" uri:"page"`
Size int `json:"size" form:"size" uri:"size"`
}
type ListNoRequiredSize struct {
Page int `json:"page" form:"page" uri:"page" binding:"required"`
Size int `json:"size" form:"size" uri:"size"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.