Documentation ¶
Index ¶
- type Admin
- func (c Admin) AddImages() revel.Result
- func (c Admin) Categories() revel.Result
- func (c Admin) Edit(id int, slug string) revel.Result
- func (c Admin) Index() revel.Result
- func (c Admin) Logout() revel.Result
- func (c Admin) New() revel.Result
- func (c Admin) NewCategory(name, description string) revel.Result
- func (c Admin) Publish(id int) revel.Result
- func (c Admin) RedirectToSlug(id int) revel.Result
- func (c Admin) Save(id int, title, subtitle, slugString, category, body, publish string) revel.Result
- func (c Admin) SaveNew(title, subtitle, category, body string) revel.Result
- func (c Admin) Unpublish(id int) revel.Result
- type App
- type Blog
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Admin ¶
type Admin struct { *revel.Controller revmgo.MongoController }
func (Admin) Categories ¶
type App ¶
type App struct { *revel.Controller revmgo.MongoController }
type Blog ¶
type Blog struct { *revel.Controller revmgo.MongoController }
Click to show internal directories.
Click to hide internal directories.