package
Version:
v0.0.0-...-8170b65
Opens a new window with list of versions in this module.
Published: Jan 25, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type UserMoney struct {
Id int64 `json:"id"`
Money float64 `json:"money"`
Ptype int `json:"ptype"`
}
type UserPass struct {
OldPass string `json:"oldPass" valid:"Required;"`
NewPass string `json:"newPass" valid:"Required;"`
}
type UserPost struct {
Id int64 `json:"id"`
NickName string `json:"nickName" valid:"Required;"`
Phone string `json:"phone" valid:"Required;"`
Sex string `json:"sex"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.