Documentation
¶
Overview ¶
Code generated by jzero. DO NOT EDIT.
Index ¶
- type CodeLoginRequest
- type ErrorRequest
- type ErrorResponse
- type GetUserInfoRequest
- type GetUserInfoResponse
- type LoginResponse
- type PwdLoginRequest
- type RefreshTokenRequest
- type RefreshTokenResponse
- type RegisterRequest
- type RegisterResponse
- type ResetPasswordRequest
- type ResetPasswordResponse
- type SendVerificationCodeRequest
- type SendVerificationCodeResponse
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CodeLoginRequest ¶
type ErrorRequest ¶
type ErrorRequest struct { }
type ErrorResponse ¶
type ErrorResponse struct { }
type GetUserInfoRequest ¶
type GetUserInfoRequest struct { }
type GetUserInfoResponse ¶
type LoginResponse ¶
type PwdLoginRequest ¶
type RefreshTokenRequest ¶
type RefreshTokenRequest struct { }
type RefreshTokenResponse ¶
type RefreshTokenResponse struct { }
type RegisterRequest ¶
type RegisterResponse ¶
type RegisterResponse struct { }
type ResetPasswordRequest ¶
type ResetPasswordResponse ¶
type ResetPasswordResponse struct { }
type SendVerificationCodeResponse ¶
type SendVerificationCodeResponse struct {
VerificationUuid string `json:"verificationUuid"`
}
Click to show internal directories.
Click to hide internal directories.