Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HomeNewProductAddLogic ¶
func NewHomeNewProductAddLogic ¶
func NewHomeNewProductAddLogic(ctx context.Context, svcCtx *svc.ServiceContext) HomeNewProductAddLogic
func (*HomeNewProductAddLogic) HomeNewProductAdd ¶
func (l *HomeNewProductAddLogic) HomeNewProductAdd(req types.AddHomeNewProductReq) (*types.AddHomeNewProductResp, error)
type HomeNewProductDeleteLogic ¶
func NewHomeNewProductDeleteLogic ¶
func NewHomeNewProductDeleteLogic(ctx context.Context, svcCtx *svc.ServiceContext) HomeNewProductDeleteLogic
func (*HomeNewProductDeleteLogic) HomeNewProductDelete ¶
func (l *HomeNewProductDeleteLogic) HomeNewProductDelete(req types.DeleteHomeNewProductReq) (*types.DeleteHomeNewProductResp, error)
type HomeNewProductListLogic ¶
func NewHomeNewProductListLogic ¶
func NewHomeNewProductListLogic(ctx context.Context, svcCtx *svc.ServiceContext) HomeNewProductListLogic
func (*HomeNewProductListLogic) HomeNewProductList ¶
func (l *HomeNewProductListLogic) HomeNewProductList(req types.ListHomeNewProductReq) (*types.ListHomeNewProductResp, error)
type HomeNewProductUpdateLogic ¶
func NewHomeNewProductUpdateLogic ¶
func NewHomeNewProductUpdateLogic(ctx context.Context, svcCtx *svc.ServiceContext) HomeNewProductUpdateLogic
func (*HomeNewProductUpdateLogic) HomeNewProductUpdate ¶
func (l *HomeNewProductUpdateLogic) HomeNewProductUpdate(req types.UpdateHomeNewProductReq) (*types.UpdateHomeNewProductResp, error)
Click to show internal directories.
Click to hide internal directories.