controllers

package
v0.0.0-...-6271000 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2015 License: MIT Imports: 5 Imported by: 1

Documentation

Index

Constants

View Source
const (
	PAGE_DASHBOARD = 1
	PAGE_PROJECT   = 2
	PAGE_SIGNUP    = 3
)

Variables

This section is empty.

Functions

This section is empty.

Types

type ApiController

type ApiController struct {
	controller.Controller
}

func (*ApiController) Get

func (ctr *ApiController) Get(c web.C, r *http.Request) (string, int)

func (*ApiController) Post

func (ctr *ApiController) Post(c web.C, r *http.Request) (string, int)

type MainController

type MainController struct {
	controller.Controller
}

func (*MainController) Index

func (ctr *MainController) Index(c web.C, r *http.Request) (string, int)

Home page route

func (*MainController) Project

func (ctr *MainController) Project(c web.C, r *http.Request) (string, int)

func (*MainController) ProjectList

func (ctr *MainController) ProjectList(c web.C, r *http.Request) (string, int)

Project route

Jump to

Keyboard shortcuts

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