package
Version:
v0.0.0-...-d881dfa
Opens a new window with list of versions in this module.
Published: Feb 9, 2025
License: MIT
Opens a new window with license information.
Imports: 5
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"`
}
type Data struct {
List []Class `json:"list"`
Total int `json:"total"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.