Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAllUsers ¶
func GetAllUsers(c *fiber.Ctx) error
*HTTP GET* - Gets all the users from the database
func GetUserById ¶
func GetUserById(c *fiber.Ctx) error
*HTTP GET* - Gets a specific user based on user ID
func GetUserByName ¶
func GetUserByName(c *fiber.Ctx) error
*HTTP GET* - Gets a specific user based on user name
func SetupUserRoutes ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.