package
Version:
v0.0.0-...-64e5d5b
Opens a new window with list of versions in this module.
Published: Jan 21, 2025
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Class struct {
ID uint `json:"id"`
Name string `json:"name"`
Show bool `json:"show"`
Down bool `json:"down"`
}
type Data struct {
List []Class `json:"list"`
Total int `json:"total"`
MaxCount int `json:"maxpage"`
}
type Query struct {
Page int `form:"page"`
PageSize int `form:"pagesize"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.