package
Version:
v0.0.0-...-b35005d
Opens a new window with list of versions in this module.
Published: May 18, 2023
License: MIT
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type ApiTree struct {
List interface{} `json:"list"`
CheckedKey []string `json:"checkedKey"`
}
type SysCaptchaResponse struct {
CaptchaId string `json:"captchaId"`
PicPath string `json:"picPath"`
CaptchaLength int `json:"captchaLength"`
}
type UserResult struct {
CreatedAt time.Time `json:"createdAt"`
ID uint
Username string `json:"username"`
Phone string `json:"phone"`
Email string `json:"email"`
Active bool `json:"active"`
RoleModelID uint `json:"roleId"`
RoleName string `json:"role"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.