Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddCommentController ¶
type AddCommentController struct {
controllers.BaseController
}
func (*AddCommentController) Post ¶
func (this *AddCommentController) Post()
type AjaxDeleteAlbumController ¶
type AjaxDeleteAlbumController struct {
controllers.BaseController
}
func (*AjaxDeleteAlbumController) Post ¶
func (this *AjaxDeleteAlbumController) Post()
type AjaxLaudController ¶
type AjaxLaudController struct {
controllers.BaseController
}
func (*AjaxLaudController) Post ¶
func (this *AjaxLaudController) Post()
type EditAlbumController ¶
type EditAlbumController struct {
controllers.BaseController
}
func (*EditAlbumController) Post ¶
func (this *EditAlbumController) Post()
type ListAlbumController ¶
type ListAlbumController struct {
controllers.BaseController
}
列表
func (*ListAlbumController) Get ¶
func (this *ListAlbumController) Get()
type ShowAlbumController ¶
type ShowAlbumController struct {
controllers.BaseController
}
func (*ShowAlbumController) Get ¶
func (this *ShowAlbumController) Get()
type UploadAlbumController ¶
type UploadAlbumController struct {
controllers.BaseController
}
func (*UploadAlbumController) Get ¶
func (this *UploadAlbumController) Get()
type UploadKindController ¶
type UploadKindController struct {
controllers.BaseController
}
单文件上传
func (*UploadKindController) Post ¶
func (this *UploadKindController) Post()
type UploadMultiController ¶
type UploadMultiController struct {
controllers.BaseController
}
多文件上传
func (*UploadMultiController) Post ¶
func (this *UploadMultiController) Post()
Click to show internal directories.
Click to hide internal directories.