Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UserSignUp ¶
func UserSignUp(c *fiber.Ctx) error
UserSignUp method for creating a new user. @Description create a new user. @Summary create a new user. @Tags User @Accept json @Produce json @Param email body string true "Email" @Param password body string true "Password" @Param user_role body string true "User role" @Success 200 {object} model.User @Router /v1/user/sign/up [post]
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.