controllers

package
v0.0.0-...-99ddcf2 Latest Latest
Warning

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

Go to latest
Published: Sep 8, 2014 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	FilesDir   = "./files"
	FilesField = "file"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthController

type AuthController struct {
	beego.Controller
}

func (*AuthController) Delete

func (this *AuthController) Delete()

func (*AuthController) Get

func (this *AuthController) Get()

func (*AuthController) Post

func (this *AuthController) Post()

type BaseController

type BaseController struct {
	beego.Controller
}

type CommentController

type CommentController struct {
	BaseController
}

func (*CommentController) Post

func (this *CommentController) Post()

func (*CommentController) Put

func (this *CommentController) Put()

type Credentials

type Credentials struct {
	Username string
	Password string
}

type FileController

type FileController struct {
	BaseController
}

func (*FileController) Post

func (this *FileController) Post()

type IdeaController

type IdeaController struct {
	BaseController
}

func (*IdeaController) Post

func (this *IdeaController) Post()

func (*IdeaController) Put

func (this *IdeaController) Put()

type LoginController

type LoginController struct {
	beego.Controller
}

func (*LoginController) Get

func (this *LoginController) Get()

type MainController

type MainController struct {
	beego.Controller
}

func (*MainController) Get

func (this *MainController) Get()

type UserController

type UserController struct {
	BaseController
}

func (*UserController) Post

func (this *UserController) Post()

func (*UserController) Put

func (this *UserController) Put()

Jump to

Keyboard shortcuts

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