controllers

package
v0.0.0-...-b495b12 Latest Latest
Warning

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

Go to latest
Published: Nov 14, 2017 License: AGPL-3.0 Imports: 16 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CategoriesController

type CategoriesController struct {
	MainController
}

func (*CategoriesController) Show

func (this *CategoriesController) Show()

func (*CategoriesController) URLMapping

func (this *CategoriesController) URLMapping()

type CommentsController

type CommentsController struct {
	MainController
}

func (*CommentsController) CommentWrite

func (this *CommentsController) CommentWrite()

type FeedsController

type FeedsController struct {
	MainController
}

func (*FeedsController) Category

func (this *FeedsController) Category()

func (*FeedsController) Index

func (this *FeedsController) Index()

type MainController

type MainController struct {
	beego.Controller
}

func (*MainController) Prepare

func (this *MainController) Prepare()

type PagesController

type PagesController struct {
	MainController
}

func (*PagesController) Show

func (this *PagesController) Show()

@router /page/:id [get]

func (*PagesController) URLMapping

func (this *PagesController) URLMapping()

type PostsController

type PostsController struct {
	MainController
}

func (*PostsController) Index

func (this *PostsController) Index()

func (*PostsController) Search

func (this *PostsController) Search()

func (*PostsController) Show

func (this *PostsController) Show()

@router /post/:id [get]

func (*PostsController) URLMapping

func (this *PostsController) URLMapping()

type ReCaptchaResponse

type ReCaptchaResponse struct {
	Success    bool     `json:"success"`
	ErrorCodes []string `json:"error-codes"`
}

type UsersController

type UsersController struct {
	MainController
}

func (*UsersController) Login

func (this *UsersController) Login()

func (*UsersController) LoginPost

func (this *UsersController) LoginPost()

func (*UsersController) Logout

func (this *UsersController) Logout()

func (*UsersController) RegisterPost

func (this *UsersController) RegisterPost()

func (*UsersController) URLMapping

func (this *UsersController) URLMapping()

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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