Documentation ¶
Index ¶
- func ChangePwd(c *gin.Context)
- func ChangeUserFname(c *gin.Context)
- func ChangeUserLname(c *gin.Context)
- func CheckOldPwd(c *gin.Context)
- func DeleteUser(c *gin.Context)
- func ExtractIdFromToken(c *gin.Context) (uuid.UUID, error)
- func ExtractToken(c *gin.Context) string
- func GetUser(c *gin.Context)
- func GetUserFromId(c *gin.Context)
- func LoginUser(c *gin.Context)
- func RegisterUser(c *gin.Context)
- func TokenValid(c *gin.Context) error
- type BasicUser
- type User
- type UserDetails
- type UserLogin
- type UserPwd
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ChangeUserFname ¶
func ChangeUserLname ¶
func CheckOldPwd ¶
func DeleteUser ¶
func ExtractToken ¶
func GetUserFromId ¶
func RegisterUser ¶
func TokenValid ¶
Types ¶
type UserDetails ¶
Click to show internal directories.
Click to hide internal directories.