Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateUser ¶
func CreateUser(c *fiber.Ctx) error
func DeleteUser ¶
func DeleteUser(c *fiber.Ctx) error
func Index ¶
func Index(c *fiber.Ctx) error
Index returns a fiber.Handler that sends "hello world" as a string.
c is a pointer to a fiber.Ctx object. It returns an error.
func UpdateUser ¶
func UpdateUser(c *fiber.Ctx) error
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.