Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateSpuLogic ¶
func NewCreateSpuLogic ¶
func NewCreateSpuLogic(ctx context.Context, svcCtx *svc.ServiceContext) *CreateSpuLogic
func (*CreateSpuLogic) CreateSpu ¶
func (l *CreateSpuLogic) CreateSpu(req *types.SpuCreateReq) (resp *types.BaseMsgResp, err error)
type DeleteSpuLogic ¶
func NewDeleteSpuLogic ¶
func NewDeleteSpuLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteSpuLogic
func (*DeleteSpuLogic) DeleteSpu ¶
func (l *DeleteSpuLogic) DeleteSpu(req *types.IDReq) (resp *types.BaseMsgResp, err error)
type GetSpuCountLogic ¶
func NewGetSpuCountLogic ¶
func NewGetSpuCountLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetSpuCountLogic
func (*GetSpuCountLogic) GetSpuCount ¶
func (l *GetSpuCountLogic) GetSpuCount() (resp *types.SpuCountResp, err error)
type GetSpuDetailLogic ¶
func NewGetSpuDetailLogic ¶
func NewGetSpuDetailLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetSpuDetailLogic
func (*GetSpuDetailLogic) GetSpuDetail ¶
func (l *GetSpuDetailLogic) GetSpuDetail(req *types.IDReq) (resp *types.SpuDetailResp, err error)
type GetSpuListLogic ¶
func NewGetSpuListLogic ¶
func NewGetSpuListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetSpuListLogic
func (*GetSpuListLogic) GetSpuList ¶
func (l *GetSpuListLogic) GetSpuList(req *types.IDsReq) (resp *types.SpuListResp, err error)
type GetSpuPageLogic ¶
func NewGetSpuPageLogic ¶
func NewGetSpuPageLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetSpuPageLogic
func (*GetSpuPageLogic) GetSpuPage ¶
func (l *GetSpuPageLogic) GetSpuPage(req *types.SpuPageReq) (resp *types.SpuPageResp, err error)
type GetSpuSimpleListLogic ¶
func NewGetSpuSimpleListLogic ¶
func NewGetSpuSimpleListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetSpuSimpleListLogic
func (*GetSpuSimpleListLogic) GetSpuSimpleList ¶
func (l *GetSpuSimpleListLogic) GetSpuSimpleList() (resp *types.SpuSimpleListResp, err error)
type UpdateSpuLogic ¶
func NewUpdateSpuLogic ¶
func NewUpdateSpuLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateSpuLogic
func (*UpdateSpuLogic) UpdateSpu ¶
func (l *UpdateSpuLogic) UpdateSpu(req *types.SpuUpdateReq) (resp *types.BaseMsgResp, err error)
type UpdateStatusLogic ¶
func NewUpdateStatusLogic ¶
func NewUpdateStatusLogic(ctx context.Context, svcCtx *svc.ServiceContext) *UpdateStatusLogic
func (*UpdateStatusLogic) UpdateStatus ¶
func (l *UpdateStatusLogic) UpdateStatus(req *types.SpuUpdateStatusReq) (resp *types.BaseMsgResp, err error)
Click to show internal directories.
Click to hide internal directories.