Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IUsersHandler ¶
type IUsersHandler interface { SignUpCustomer(c *fiber.Ctx) error SignIn(c *fiber.Ctx) error RefreshPassport(c *fiber.Ctx) error SignOut(c *fiber.Ctx) error SignUpAdmin(c *fiber.Ctx) error GenerateAdminToken(c *fiber.Ctx) error GetUserProfile(c *fiber.Ctx) error }
func UsersHandler ¶
func UsersHandler(cfg config.IConfig, usersUsecase usersUsecases.IUsersUsecase) IUsersHandler
Click to show internal directories.
Click to hide internal directories.