Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LoginLogic ¶
type LoginLogic struct { logx.LoggerInter // contains filtered or unexported fields }
func NewLoginLogic ¶
func NewLoginLogic(ctx context.Context, svcCtx *svc.ServiceContext) *LoginLogic
type UpPassLogic ¶
type UpPassLogic struct {
// contains filtered or unexported fields
}
func NewUpPassLogic ¶
func NewUpPassLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpPassLogic
func (*UpPassLogic) UpPass ¶
func (l *UpPassLogic) UpPass(in *user.UpPassReq) (*user.UpPassResp, error)
type UserAddLogic ¶
type UserAddLogic struct { logx.LoggerInter // contains filtered or unexported fields }
func NewUserAddLogic ¶
func NewUserAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserAddLogic
func (*UserAddLogic) UserAdd ¶
func (l *UserAddLogic) UserAdd(in *user.UserAddReq) (*user.UserResp, error)
type UserDelLogic ¶
type UserDelLogic struct { logx.LoggerInter // contains filtered or unexported fields }
func NewUserDelLogic ¶
func NewUserDelLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserDelLogic
func (*UserDelLogic) UserDel ¶
func (l *UserDelLogic) UserDel(in *user.UserDelReq) (*user.UserResp, error)
type UserEditLogic ¶
type UserEditLogic struct {
// contains filtered or unexported fields
}
func NewUserEditLogic ¶
func NewUserEditLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserEditLogic
func (*UserEditLogic) UserEdit ¶
func (l *UserEditLogic) UserEdit(in *user.UserEditReq) (*user.UserResp, error)
type UserListLogic ¶
type UserListLogic struct { logx.LoggerInter // contains filtered or unexported fields }
func NewUserListLogic ¶
func NewUserListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UserListLogic
func (*UserListLogic) UserList ¶
func (l *UserListLogic) UserList(in *user.UserListReq) (*user.UserListResp, error)
Click to show internal directories.
Click to hide internal directories.