Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateBrandLogic ¶
func NewCreateBrandLogic ¶
func NewCreateBrandLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateBrandLogic
func (*CreateBrandLogic) CreateBrand ¶
func (l *CreateBrandLogic) CreateBrand(in *product.BrandCreateReq) (*product.BaseIDResp, error)
CreateBrand management
type DeleteBrandLogic ¶
func NewDeleteBrandLogic ¶
func NewDeleteBrandLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteBrandLogic
func (*DeleteBrandLogic) DeleteBrand ¶
type GetBrandByIdLogic ¶
func NewGetBrandByIdLogic ¶
func NewGetBrandByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetBrandByIdLogic
func (*GetBrandByIdLogic) GetBrandById ¶
type GetBrandListLogic ¶
func NewGetBrandListLogic ¶
func NewGetBrandListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetBrandListLogic
func (*GetBrandListLogic) GetBrandList ¶
func (l *GetBrandListLogic) GetBrandList(in *product.BrandListReq) (*product.BrandListResp, error)
type GetBrandPageLogic ¶
func NewGetBrandPageLogic ¶
func NewGetBrandPageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetBrandPageLogic
func (*GetBrandPageLogic) GetBrandPage ¶
func (l *GetBrandPageLogic) GetBrandPage(in *product.BrandPageReq) (*product.BrandListResp, error)
type UpdateBrandLogic ¶
func NewUpdateBrandLogic ¶
func NewUpdateBrandLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateBrandLogic
func (*UpdateBrandLogic) UpdateBrand ¶
func (l *UpdateBrandLogic) UpdateBrand(in *product.BrandUpdateReq) (*product.BaseResp, error)
Click to show internal directories.
Click to hide internal directories.