Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BaseController ¶
type BaseController struct {
beego.Controller
}
func (*BaseController) SetupEnv ¶
func (this *BaseController) SetupEnv()
type FilesController ¶
type FilesController struct {
BaseController
}
func (*FilesController) Delete ¶
func (this *FilesController) Delete()
func (*FilesController) Index ¶
func (this *FilesController) Index()
func (*FilesController) New ¶
func (this *FilesController) New()
func (*FilesController) Prepare ¶
func (this *FilesController) Prepare()
func (*FilesController) Read ¶
func (this *FilesController) Read()
func (*FilesController) Update ¶
func (this *FilesController) Update()
func (*FilesController) Write ¶
func (this *FilesController) Write()
type HomeController ¶
type HomeController struct {
BaseController
}
func (*HomeController) Get ¶
func (this *HomeController) Get()
func (*HomeController) Prepare ¶
func (this *HomeController) Prepare()
Click to show internal directories.
Click to hide internal directories.