Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewProductsController ¶
func NewProductsController() *products
func NewShopController ¶
func NewShopController() *shop
func NewShopOwnerController ¶
func NewShopOwnerController() *owner
Types ¶
type Products ¶
type Products interface { ReadProducts(c *fiber.Ctx) error AdminReadProducts(c *fiber.Ctx) error CreateProduct(c *fiber.Ctx) error ReadProduct(c *fiber.Ctx) error AdminReadProduct(c *fiber.Ctx) error UpdateProduct(c *fiber.Ctx) error DeleteProduct(c *fiber.Ctx) error SearchProducts(c *fiber.Ctx) error AdminSearchProducts(c *fiber.Ctx) error FilterProducts(c *fiber.Ctx) error AdminFilterProducts(c *fiber.Ctx) error }
Click to show internal directories.
Click to hide internal directories.