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 Lang string // contains filtered or unexported fields }
func (*BaseController) Finish ¶
func (bc *BaseController) Finish()
func (*BaseController) Prepare ¶
func (bc *BaseController) Prepare()
func (*BaseController) Render ¶
func (bc *BaseController) Render() error
type BlogController ¶
type BlogController struct { BaseController // contains filtered or unexported fields }
func (*BlogController) Get ¶
func (bc *BlogController) Get()
func (*BlogController) Prepare ¶
func (bc *BlogController) Prepare()
type DocController ¶
type DocController struct { BaseController // contains filtered or unexported fields }
func (*DocController) Get ¶
func (dc *DocController) Get()
func (*DocController) Prepare ¶
func (dc *DocController) Prepare()
type IndexController ¶
type IndexController struct {
BaseController
}
func (*IndexController) Get ¶
func (ic *IndexController) Get()
type MainController ¶
type MainController struct {
BaseController
}
func (*MainController) Get ¶
func (mc *MainController) Get()
type VideoController ¶
type VideoController struct {
BaseController
}
func (*VideoController) Get ¶
func (vc *VideoController) Get()
Click to show internal directories.
Click to hide internal directories.