Documentation ¶
Index ¶
- type Category
- type Content
- func (c Content) Add(article *models.Article) revel.Result
- func (c Content) AddContent(article *models.Article) revel.Result
- func (c Content) CateNameSearch(category *models.Category) revel.Result
- func (c Content) Comment(article *models.Article) revel.Result
- func (c Content) Delete(article *models.Article) revel.Result
- func (c Content) Edit(article *models.Article) revel.Result
- func (c Content) Index(article *models.Article) revel.Result
- func (c Content) Keywords(article *models.Article) revel.Result
- func (c Content) Left(article *models.Article) revel.Result
- func (c Content) List(article *models.Article) revel.Result
- func (c Content) Push(article *models.Article) revel.Result
- func (c Content) Relationlist(article *models.Article) revel.Result
- func (c Content) Remove(article *models.Article) revel.Result
- type Focus
- type FocusCate
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Category ¶
type Category struct {
*revel.Controller
}
type Content ¶
type Content struct {
*revel.Controller
}
func (Content) AddContent ¶
单页面 添加内容
func (Content) CateNameSearch ¶
快速进入 搜索
func (Content) Relationlist ¶
添加相关文章
type Focus ¶
type Focus struct {
*revel.Controller
}
type FocusCate ¶
type FocusCate struct {
*revel.Controller
}
Click to show internal directories.
Click to hide internal directories.