Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Attachment = AttachmentController{}
View Source
var Auth = AuthController{}
View Source
var User = UserController{}
Functions ¶
This section is empty.
Types ¶
type AttachmentController ¶
type AttachmentController struct {
base.Controller
}
func (*AttachmentController) Upload ¶
func (c *AttachmentController) Upload(ctx *gin.Context)
Upload 上传图片
type AuthController ¶
type AuthController struct {
base.Controller
}
type UserController ¶
type UserController struct {
base.Controller
}
Click to show internal directories.
Click to hide internal directories.