Documentation
¶
Index ¶
- type Controller
- func (*Controller) AddArticle(ctx iris.Context)
- func (*Controller) AddCategory(ctx iris.Context)
- func (*Controller) AddCmnt(ctx iris.Context)
- func (*Controller) AddReply(ctx iris.Context)
- func (*Controller) AddTag(ctx iris.Context)
- func (*Controller) BatchDeleteCategory(ctx iris.Context)
- func (*Controller) BatchDeleteTag(ctx iris.Context)
- func (c *Controller) GetAbout(ctx iris.Context)
- func (c *Controller) GetAdminArticlePage(ctx iris.Context)
- func (c *Controller) GetArticleByCode(ctx iris.Context)
- func (c *Controller) GetArticleById(ctx iris.Context)
- func (*Controller) GetCategoryPage(ctx iris.Context)
- func (*Controller) GetCmntAndReplyPage(ctx iris.Context)
- func (*Controller) GetCmntPage(ctx iris.Context)
- func (c *Controller) GetHomeArticlePage(ctx iris.Context)
- func (*Controller) GetQuantaPage(ctx iris.Context)
- func (*Controller) GetReplyPage(ctx iris.Context)
- func (*Controller) GetTagPage(ctx iris.Context)
- func (c *Controller) GetTimeline(ctx iris.Context)
- func (c *Controller) GetUserById(ctx iris.Context)
- func (c *Controller) GetUserPage(ctx iris.Context)
- func (c *Controller) GetWebSiteLog(ctx iris.Context)
- func (*Controller) GetWebSiteOption(ctx iris.Context)
- func (c *Controller) Login(ctx iris.Context)
- func (c *Controller) NoFoundHandler(ctx iris.Context)
- func (*Controller) UpdateArticle(ctx iris.Context)
- func (*Controller) UpdateCategory(ctx iris.Context)
- func (*Controller) UpdateCmnt(ctx iris.Context)
- func (*Controller) UpdateQuanta(ctx iris.Context)
- func (*Controller) UpdateReply(ctx iris.Context)
- func (*Controller) UpdateTag(ctx iris.Context)
- func (c *Controller) UpdateUser(ctx iris.Context)
- func (*Controller) UpdateWebSiteOption(ctx iris.Context)
- func (c *Controller) UserAction(ctx iris.Context)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Controller ¶
type Controller struct {
// contains filtered or unexported fields
}
func (*Controller) BatchDeleteCategory ¶
批量删除分类
func (*Controller) GetAdminArticlePage ¶
管理页获取文章列表
func (*Controller) GetArticleByCode ¶
用户获取单篇文章
func (*Controller) GetCmntAndReplyPage ¶
后台获取评论回复列表
func (*Controller) GetHomeArticlePage ¶
获取首页文章列表
func (*Controller) GetWebSiteOption ¶
获取网站信息(作者,背景图,统计...)
func (*Controller) UpdateWebSiteOption ¶
修改网站设置
Source Files
¶
Click to show internal directories.
Click to hide internal directories.