Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AuthController ¶
func NewAuthController ¶
func NewAuthController(service adminsrv.EmployeeService) AuthController
type CategoryController ¶
type CategoryController interface {
AddCategory(c *fiber.Ctx) error
}
func NewCategoryController ¶
func NewCategoryController() CategoryController
type EmployeeController ¶
type EmployeeController interface {
AddEmployee(ctx *fiber.Ctx) error
}
func NewEmployeeController ¶
func NewEmployeeController() EmployeeController
Click to show internal directories.
Click to hide internal directories.