Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RetrievePasswordWithAdmin ¶
func RetrievePasswordWithAdmin(svc *svc.Svc) gin.HandlerFunc
func UserBaseResult ¶
func UserBaseResult(svc *svc.Svc) gin.HandlerFunc
Types ¶
type BanUserReq ¶
type ResetPasswordReq ¶
type ResetPasswordReq struct {
UserId uint `json:"userId"`
}
type UserBaseResultReq ¶
type UserBaseResultReq struct {
CubeId string `uri:"cubeId"`
}
type UserBaseResultResp ¶
type UserBaseResultResp struct { public.User Detail _interface.UserResultDetail `json:"Detail"` Best _interface.PlayerBestResult `json:"BestResults"` }
Click to show internal directories.
Click to hide internal directories.