package
Version:
v0.0.0-...-1bf96ee
Opens a new window with list of versions in this module.
Published: Oct 9, 2022
License: AGPL-3.0
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 ChangeUserPwdVo struct {
UserId string `json:"userId"`
Username string `json:"username"`
OldPwd string `json:"oldPwd"`
NewPwd string `json:"newPwd"`
}
type LoginUserVo struct {
UserId string `json:"userId"`
Username string `json:"username"`
Passwd string `json:"passwd"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.