controllers

package
v0.0.0-...-c6a9b06 Latest Latest
Warning

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

Go to latest
Published: Oct 31, 2015 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BeeferController

type BeeferController struct {
	beego.Controller
	CurrentUser *models.User // Current logged in user
}

func (*BeeferController) Get

func (c *BeeferController) Get()

The Get method to handle the GET request

func (*BeeferController) Prepare

func (c *BeeferController) Prepare()

The Prepare() controller method runs before the real action methods

type UserController

type UserController struct {
	BeeferController
}

func (*UserController) Get

func (c *UserController) Get()

The Get method to handle the GET request

func (*UserController) Login

func (c *UserController) Login()

func (*UserController) Logout

func (c *UserController) Logout()

func (*UserController) Signup

func (c *UserController) Signup()

Jump to

Keyboard shortcuts

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