Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserLoginLogic ¶
type UserLoginLogic struct {
// contains filtered or unexported fields
}
func NewUserLoginLogic ¶
func NewUserLoginLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserLoginLogic
func (*UserLoginLogic) Handler ¶
func (l *UserLoginLogic) Handler(c *gin.Context)
type UserLoginRequest ¶
type UserLoginResponse ¶
type UserLoginResponse struct {
UID string `json:"uid"`
}
Click to show internal directories.
Click to hide internal directories.