package
Version:
v0.0.5
Opens a new window with list of versions in this module.
Published: Jul 18, 2021
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 Login struct {
UserID uint `json:"user_id"`
AccessToken string `json:"access_token"`
}
Login 登陆返回
type MailType struct {
Type string `json:"type"`
}
MailType mail type
type NotificationType struct {
Name string `json:"name"`
Key string `json:"key"`
}
NotificationType notification type
type Register struct {
UserID uint `json:"user_id"`
}
Register 注册返回
type TokenDetail struct {
Name string `json:"name"`
Token string `json:"token"`
}
TokenDetail token detail
Source Files
¶
Click to show internal directories.
Click to hide internal directories.