brand

package
v0.0.0-...-22bdbfd Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2023 License: MIT Imports: 10 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

CreateBrand management

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(in *product.IDReq) (*product.BaseResp, 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(in *product.IDReq) (*product.BrandInfo, 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

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

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(in *product.BrandUpdateReq) (*product.BaseResp, error)

Jump to

Keyboard shortcuts

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