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) 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) URLMapping ¶
func (this *PostsController) URLMapping()
type ReCaptchaResponse ¶
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()
Source Files ¶
Click to show internal directories.
Click to hide internal directories.