index

package
v0.0.0-...-8a92eb7 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2015 License: GPL-2.0 Imports: 5 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
}

func (*BaseController) Prepare

func (this *BaseController) Prepare()

type IndexController

type IndexController struct {
	BaseController
}

func (*IndexController) Index

func (this *IndexController) Index()

index page @router / [get]

func (*IndexController) List

func (this *IndexController) List()

search list @router /list.html [get]

func (*IndexController) View

func (this *IndexController) View()

view @router /view/:id:int.html [get]

type JSONData

type JSONData struct {
	Code int
	Data interface{}
}

Jump to

Keyboard shortcuts

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