Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IProductsHandler ¶
type IProductsHandler interface { FindOneProduct(c *fiber.Ctx) error FindProduct(c *fiber.Ctx) error AddProduct(c *fiber.Ctx) error DeleteProduct(c *fiber.Ctx) error UpdateProduct(c *fiber.Ctx) error }
func ProductsHandler ¶
func ProductsHandler(cfg config.IConfig, productsUsecase productsUsecases.IProductsUsecase, filesUsecase filesUsecases.IFilesUsecase) IProductsHandler
Click to show internal directories.
Click to hide internal directories.