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: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Login struct {
Username string `json:"username"`
Password string `json:"password"`
}
Login 登录请求
type NewToken struct {
Name string `json:"name"`
}
type PushMailRequest struct {
SenderName string `json:"sender_name"`
Subject string `json:"subject"`
Type string `json:"type"`
Content string `json:"content"`
ToMailList []string `json:"to_mail_list"`
}
PushMailRequest push mail request
type Register struct {
Username string `json:"username"`
Password string `json:"password"`
}
Register 注册请求
Source Files
¶
Click to show internal directories.
Click to hide internal directories.