spu

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 CreateSpuLogic

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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)

Jump to

Keyboard shortcuts

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