Documentation
¶
Index ¶
- Variables
- func Start(r *gin.RouterGroup)
- type FavoriteProject
- type Project
- type ProjectLog
- type User
- func (u *User) Add(c *gin.Context)
- func (u *User) Forgot(c *gin.Context)
- func (u *User) ForgotPage(c *gin.Context)
- func (u *User) Index(c *gin.Context)
- func (u *User) LogOut(c *gin.Context)
- func (u *User) Login(c *gin.Context)
- func (u *User) LoginPage(c *gin.Context)
- func (u *User) RegPage(c *gin.Context)
- func (u *User) Reset(c *gin.Context)
- func (u *User) ResetPage(c *gin.Context)
- func (u *User) Update(c *gin.Context)
- func (u *User) UpdateProfile(c *gin.Context)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Uploader 上传 Uploader = upload.NewDefaultUploader() )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.