Documentation
¶
Index ¶
- func HandleCurrent(_uri string, _group *gin.RouterGroup)
- func HandleReset(_uri string, _group *gin.RouterGroup)
- func HandleSignout(_uri string, _group *gin.RouterGroup)
- func HandleSignup(_uri string, _group *gin.RouterGroup)
- func HandleUpdate(_uri string, _group *gin.RouterGroup)
- type ResetRequest
- type SignupRequest
- type UpdateRequest
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleCurrent ¶
func HandleCurrent(_uri string, _group *gin.RouterGroup)
func HandleReset ¶
func HandleReset(_uri string, _group *gin.RouterGroup)
func HandleSignout ¶
func HandleSignout(_uri string, _group *gin.RouterGroup)
func HandleSignup ¶
func HandleSignup(_uri string, _group *gin.RouterGroup)
func HandleUpdate ¶
func HandleUpdate(_uri string, _group *gin.RouterGroup)
Types ¶
type ResetRequest ¶
type ResetRequest struct {
Password string `form:"password" json:"password" binding:"required"`
}
type SignupRequest ¶
type UpdateRequest ¶
type UpdateRequest struct {
Profile string `form:"profile" json:"profile" binding:"required"`
}
Click to show internal directories.
Click to hide internal directories.