brand

package
v0.0.0-...-d93c0f1 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2023 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CreateBrandLogic

type CreateBrandLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewCreateBrandLogic

func NewCreateBrandLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateBrandLogic

func (*CreateBrandLogic) CreateBrand

func (l *CreateBrandLogic) CreateBrand(req *types.BrandCreateReq) (resp *types.BaseMsgResp, err error)

type DeleteBrandLogic

type DeleteBrandLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewDeleteBrandLogic

func NewDeleteBrandLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteBrandLogic

func (*DeleteBrandLogic) DeleteBrand

func (l *DeleteBrandLogic) DeleteBrand(req *types.IDReq) (resp *types.BaseMsgResp, err error)

type GetBrandByIdLogic

type GetBrandByIdLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetBrandByIdLogic

func NewGetBrandByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetBrandByIdLogic

func (*GetBrandByIdLogic) GetBrandById

func (l *GetBrandByIdLogic) GetBrandById(req *types.IDAtPathReq) (resp *types.BrandResp, err error)

type GetBrandListLogic

type GetBrandListLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetBrandListLogic

func NewGetBrandListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetBrandListLogic

func (*GetBrandListLogic) GetBrandList

func (l *GetBrandListLogic) GetBrandList(req *types.BrandListReq) (resp *types.BrandListInfoResp, err error)

type GetBrandPageLogic

type GetBrandPageLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewGetBrandPageLogic

func NewGetBrandPageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetBrandPageLogic

func (*GetBrandPageLogic) GetBrandPage

func (l *GetBrandPageLogic) GetBrandPage(req *types.BrandPageReq) (resp *types.BrandListInfoResp, err error)

type UpdateBrandLogic

type UpdateBrandLogic struct {
	logx.Logger
	// contains filtered or unexported fields
}

func NewUpdateBrandLogic

func NewUpdateBrandLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateBrandLogic

func (*UpdateBrandLogic) UpdateBrand

func (l *UpdateBrandLogic) UpdateBrand(req *types.BrandUpdateReq) (resp *types.BaseMsgResp, err error)

Jump to

Keyboard shortcuts

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