Documentation ¶
Index ¶
- func UserAPIKeyResetHandler(c *gin.Context)
- func UserDetailsHandler(c *gin.Context)
- func UserFollowHandler(c *gin.Context)
- func UserLoginFormHandler(c *gin.Context)
- func UserLoginPostHandler(c *gin.Context)
- func UserLogoutHandler(c *gin.Context)
- func UserNotificationsHandler(c *gin.Context)
- func UserProfileFormHandler(c *gin.Context)
- func UserProfileHandler(c *gin.Context)
- func UserRegisterFormHandler(c *gin.Context)
- func UserRegisterPostHandler(c *gin.Context)
- func UserVerifyEmailHandler(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UserAPIKeyResetHandler ¶
UserAPIKeyResetHandler : Controller to reset user api key
func UserDetailsHandler ¶
UserDetailsHandler : Getting User Profile Details View
func UserFollowHandler ¶
UserFollowHandler : Controller to follow/unfollow users, need user id to follow
func UserLoginFormHandler ¶
UserLoginFormHandler : Getting View User Login
func UserLoginPostHandler ¶
UserLoginPostHandler : Post Login controller
func UserLogoutHandler ¶
UserLogoutHandler : Controller to logout users
func UserNotificationsHandler ¶
UserNotificationsHandler : Controller to show user notifications
func UserProfileFormHandler ¶
UserProfileFormHandler : Getting View User Profile Update
func UserProfileHandler ¶
UserProfileHandler : Getting User Profile
func UserRegisterFormHandler ¶
UserRegisterFormHandler : Getting View User Registration
func UserRegisterPostHandler ¶
UserRegisterPostHandler : Post Registration controller, we do some check on the form here, the rest on user service
func UserVerifyEmailHandler ¶
UserVerifyEmailHandler : Controller when verifying email, needs a token
Types ¶
This section is empty.