Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CategoryController ¶
type CategoryController interface { Route(*fiber.App) GetCategory(ctx fiber.Ctx) error ListCategories(ctx fiber.Ctx) error CreateCategory(ctx fiber.Ctx) error UpdateCategory(ctx fiber.Ctx) error DeleteCategory(ctx fiber.Ctx) error }
func NewCategoryController ¶
func NewCategoryController(validate *validator.Validate, service service.CategoryService) CategoryController
Click to show internal directories.
Click to hide internal directories.