Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteSkuLogic ¶
func NewDeleteSkuLogic ¶
func NewDeleteSkuLogic(ctx context.Context, svcCtx *svc.ServiceContext) *DeleteSkuLogic
type GetSkuByIdLogic ¶
func NewGetSkuByIdLogic ¶
func NewGetSkuByIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetSkuByIdLogic
func (*GetSkuByIdLogic) GetSkuById ¶
type GetSkuListBySpuIdLogic ¶
func NewGetSkuListBySpuIdLogic ¶
func NewGetSkuListBySpuIdLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetSkuListBySpuIdLogic
func (*GetSkuListBySpuIdLogic) GetSkuListBySpuId ¶
func (l *GetSkuListBySpuIdLogic) GetSkuListBySpuId(in *product.IDReq) (*product.SkuListResp, error)
type GetSkuListLogic ¶
func NewGetSkuListLogic ¶
func NewGetSkuListLogic(ctx context.Context, svcCtx *svc.ServiceContext) *GetSkuListLogic
func (*GetSkuListLogic) GetSkuList ¶
func (l *GetSkuListLogic) GetSkuList(in *product.IDsReq) (*product.SkuListResp, error)
Click to show internal directories.
Click to hide internal directories.