Documentation
¶
Index ¶
- func CreateUser(c *gin.Context)
- func DeleteSelf(c *gin.Context)
- func DeleteUser(c *gin.Context)
- func EmailBind(c *gin.Context)
- func GenerateAccessToken(c *gin.Context)
- func GetAbout(c *gin.Context)
- func GetAffCode(c *gin.Context)
- func GetAllUsers(c *gin.Context)
- func GetHomePageContent(c *gin.Context)
- func GetNotice(c *gin.Context)
- func GetOptions(c *gin.Context)
- func GetSelf(c *gin.Context)
- func GetStatus(c *gin.Context)
- func GetUser(c *gin.Context)
- func GetUserDashboard(c *gin.Context)
- func Login(c *gin.Context)
- func Logout(c *gin.Context)
- func ManageUser(c *gin.Context)
- func Register(c *gin.Context)
- func RelayNotFound(c *gin.Context)
- func ResetPassword(c *gin.Context)
- func SearchUsers(c *gin.Context)
- func SendEmailVerification(c *gin.Context)
- func SendPasswordResetEmail(c *gin.Context)
- func SetupLogin(user *model.User, c *gin.Context)
- func UpdateOption(c *gin.Context)
- func UpdateSelf(c *gin.Context)
- func UpdateUser(c *gin.Context)
- type LoginRequest
- type PasswordResetRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateUser ¶
func DeleteSelf ¶
func DeleteUser ¶
func GenerateAccessToken ¶
func GetAffCode ¶
func GetAllUsers ¶
func GetHomePageContent ¶
func GetOptions ¶
func GetUserDashboard ¶
func RelayNotFound ¶
func ResetPassword ¶
func SearchUsers ¶
func SendEmailVerification ¶
func SendPasswordResetEmail ¶
func SetupLogin ¶
setup session & cookies and then return user info
func UpdateOption ¶
func UpdateSelf ¶
func UpdateUser ¶
Types ¶
type LoginRequest ¶
type PasswordResetRequest ¶
Source Files
¶
Click to show internal directories.
Click to hide internal directories.