Documentation
¶
Index ¶
- func CreateCategoryHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func CreateProductHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func CreateSkuHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func DeleteCategoryHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func DeleteProductHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func DeleteReviewHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func GetCategoriesHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func GetProductHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func GetProductReviewsHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func GetProductSkusHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func SearchProductsHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func UpdateCategoryHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func UpdateProductHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func UpdateReviewHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
- func UpdateSkuHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCategoryHandler ¶
func CreateCategoryHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func CreateProductHandler ¶
func CreateProductHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func CreateSkuHandler ¶
func CreateSkuHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func DeleteCategoryHandler ¶
func DeleteCategoryHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func DeleteProductHandler ¶
func DeleteProductHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func DeleteReviewHandler ¶
func DeleteReviewHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func GetCategoriesHandler ¶
func GetCategoriesHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func GetProductHandler ¶
func GetProductHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func GetProductReviewsHandler ¶
func GetProductReviewsHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func GetProductSkusHandler ¶
func GetProductSkusHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func SearchProductsHandler ¶
func SearchProductsHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func UpdateCategoryHandler ¶
func UpdateCategoryHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func UpdateProductHandler ¶
func UpdateProductHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func UpdateReviewHandler ¶
func UpdateReviewHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
func UpdateSkuHandler ¶
func UpdateSkuHandler(svcCtx *svc.ServiceContext) http.HandlerFunc
Types ¶
This section is empty.
Source Files
¶
- createcategoryhandler.go
- createproducthandler.go
- createskuhandler.go
- deletecategoryhandler.go
- deleteproducthandler.go
- deletereviewhandler.go
- getcategorieshandler.go
- getproducthandler.go
- getproductreviewshandler.go
- getproductskushandler.go
- searchproductshandler.go
- updatecategoryhandler.go
- updateproducthandler.go
- updatereviewhandler.go
- updateskuhandler.go
Click to show internal directories.
Click to hide internal directories.