Documentation
¶
Index ¶
- func CreateCategory(c *fiber.Ctx) error
- func CreateImagesForProduct(c *fiber.Ctx) error
- func CreateProduct(c *fiber.Ctx) error
- func CreateReviewsForProduct(c *fiber.Ctx) error
- func DeleteCategoryById(c *fiber.Ctx) error
- func DeleteImagesForProduct(c *fiber.Ctx) error
- func DeleteProductById(c *fiber.Ctx) error
- func DeleteReviewForProduct(c *fiber.Ctx) error
- func GetAllCategory(c *fiber.Ctx) error
- func GetAllProduct(c *fiber.Ctx) error
- func GetCategoryById(c *fiber.Ctx) error
- func GetImagesByProductId(c *fiber.Ctx) error
- func GetProductById(c *fiber.Ctx) error
- func GetRatingByProductId(productId uint) float32
- func GetReviewsByProductId(c *fiber.Ctx) error
- func Register(c *fiber.Ctx) error
- func UpdateCategory(c *fiber.Ctx) error
- func UpdateProduct(c *fiber.Ctx) error
- func UpdateReview(c *fiber.Ctx) error
- func UpsertCategory(c *fiber.Ctx) error
- func UpsertProduct(c *fiber.Ctx) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateCategory ¶
func CreateImagesForProduct ¶
func CreateProduct ¶
func CreateReviewsForProduct ¶
func DeleteCategoryById ¶
func DeleteImagesForProduct ¶
func DeleteProductById ¶
func DeleteReviewForProduct ¶
func GetAllCategory ¶
func GetAllProduct ¶
func GetCategoryById ¶
func GetImagesByProductId ¶
func GetProductById ¶
func GetRatingByProductId ¶
func GetReviewsByProductId ¶
func UpdateCategory ¶
func UpdateProduct ¶
func UpdateReview ¶
func UpsertCategory ¶
func UpsertProduct ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.