Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InjectLoginRequest ¶
func InjectLoginRequest(s *LoginRequest)
func LoadLoginRequest ¶
func LoadLoginRequest() baseiface.ISingleton
Types ¶
type LoginRequest ¶
type LoginRequest struct { basedto.BaseEntity Username string `json:"username"` Password string `json:"password"` VerifyCode string `json:"verifyCode"` Uuid string }
func FindBeanLoginRequest ¶
func FindBeanLoginRequest() *LoginRequest
func From ¶
func From(ctx *gin.Context) *LoginRequest
func NewLoginRequest ¶
func NewLoginRequest() *LoginRequest
Click to show internal directories.
Click to hide internal directories.