package
Version:
v0.0.0-...-8e31122
Opens a new window with list of versions in this module.
Published: Apr 17, 2020
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 LoginParam struct {
Username string `json:"username"`
Password string `json:"password"`
}
用户登录所需的参数
type RegisterParam struct {
Username string `json:"username"`
Password string `json:"password"`
RePassword string `json:"re_password"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.