Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GetProductService ¶
type GetProductService struct { // contains filtered or unexported fields } // NewGetProductService new GetProductService
func NewGetProductService ¶
func NewGetProductService(ctx context.Context) *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 } // NewListProductsService new ListProductsService
func NewListProductsService ¶
func NewListProductsService(ctx context.Context) *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 } // NewSearchProductsService new SearchProductsService
func NewSearchProductsService ¶
func NewSearchProductsService(ctx context.Context) *SearchProductsService
func (*SearchProductsService) Run ¶
func (s *SearchProductsService) Run(req *product.SearchProductReq) (resp *product.SearchProductResp, err error)
Run create note info
Click to show internal directories.
Click to hide internal directories.