logic

package
v1.0.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 19, 2024 License: Apache-2.0 Imports: 12 Imported by: 0

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

func (*LoginLogic) Login

func (l *LoginLogic) Login(in *user.LoginReq) (*user.LoginResp, error)

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)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL