Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateProductService ¶
type CreateProductService struct {
// contains filtered or unexported fields
}
func NewCreateProductService ¶
func NewCreateProductService(ctx context.Context) *CreateProductService
NewCreateProductService new CreateProductService
func (*CreateProductService) Run ¶
func (s *CreateProductService) Run(req *product.CreateProductReq) (resp *product.CreateProductResp, err error)
Run create note info
type DeleteProductService ¶
type DeleteProductService struct {
// contains filtered or unexported fields
}
func NewDeleteProductService ¶
func NewDeleteProductService(ctx context.Context) *DeleteProductService
NewDeleteProductService new DeleteProductService
func (*DeleteProductService) Run ¶
func (s *DeleteProductService) Run(req *product.DeleteProductReq) (resp *product.DeleteProductResp, err error)
Run create note info
type EditProductService ¶
type EditProductService struct {
// contains filtered or unexported fields
}
func NewEditProductService ¶
func NewEditProductService(ctx context.Context) *EditProductService
NewEditProductService new EditProductService
func (*EditProductService) Run ¶
func (s *EditProductService) Run(req *product.EditProductReq) (resp *product.EditProductResp, err error)
Run create note info
type GetProductBatchService ¶
type GetProductBatchService struct {
// contains filtered or unexported fields
}
func NewGetProductBatchService ¶
func NewGetProductBatchService(ctx context.Context) *GetProductBatchService
NewGetProductBatchService new GetProductBatchService
func (*GetProductBatchService) Run ¶
func (s *GetProductBatchService) Run(req *product.GetProductBatchReq) (resp *product.GetProductBatchResp, err error)
Run create note info
type GetProductService ¶
type GetProductService struct {
// contains filtered or unexported fields
}
func NewGetProductService ¶
func NewGetProductService(ctx context.Context) *GetProductService
NewGetProductService new GetProductService
func (*GetProductService) Run ¶
func (s *GetProductService) Run(req *product.GetProductReq) (resp *product.GetProductResp, err error)
Run create note info
type ListProductsService ¶
type ListProductsService struct {
// contains filtered or unexported fields
}
func NewListProductsService ¶
func NewListProductsService(ctx context.Context) *ListProductsService
NewListProductsService new ListProductsService
func (*ListProductsService) Run ¶
func (s *ListProductsService) Run(req *product.ListProductsReq) (resp *product.ListProductsResp, err error)
Run create note info
type SearchProductsService ¶
type SearchProductsService struct {
// contains filtered or unexported fields
}
func NewSearchProductsService ¶
func NewSearchProductsService(ctx context.Context) *SearchProductsService
NewSearchProductsService new SearchProductsService
func (*SearchProductsService) Run ¶
func (s *SearchProductsService) Run(req *product.SearchProductsReq) (resp *product.SearchProductsResp, err error)
Run create note info
Click to show internal directories.
Click to hide internal directories.