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(req *types.BrandCreateReq) (resp *types.BaseMsgResp, err error)
type DeleteBrandLogic ¶
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 ¶
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 ¶
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 ¶
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 ¶
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)
Click to show internal directories.
Click to hide internal directories.