controllers

package
v0.0.0-...-3ff8be4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 23, 2018 License: Apache-2.0 Imports: 11 Imported by: 0

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()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL