Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
DB gorm.DB
)
View Source
var Prefix string
View Source
var UploadPath string
View Source
var UploadUrl string
Functions ¶
Types ¶
type GormController ¶
type GormController struct {
*beego.Controller
// contains filtered or unexported fields
}
type MainController ¶
type MainController struct {
beego.Controller
}
func (*MainController) Get ¶
func (this *MainController) Get()
type ModifyController ¶
type ModifyController struct {
beego.Controller
GormController
}
func (*ModifyController) Get ¶
func (this *ModifyController) Get()
func (*ModifyController) Post ¶
func (this *ModifyController) Post()
type PageController ¶
type PageController struct {
GormController
beego.Controller
}
func (*PageController) Get ¶
func (this *PageController) Get()
type UploadController ¶
type UploadController struct {
beego.Controller
}
func (*UploadController) Post ¶
func (this *UploadController) Post()
Click to show internal directories.
Click to hide internal directories.