package
Version:
v0.0.0-...-da80ac2
Opens a new window with list of versions in this module.
Published: Feb 21, 2021
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type LoginDto struct {
Email string `json:"email" binding:"required,max=20"`
Pwd string `json:"pwd" binding:"required,max=32"`
}
type LoginResult struct {
Token string `json:"token"`
Student model.Student `json:"student"`
}
type MaxScoreStudent struct {
Id uint `json:"id"`
Name string `json:"name"`
Score byte `json:"score"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.