Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ArticleRest ¶
type ArticleRest struct {
// contains filtered or unexported fields
}
func NewArticleRest ¶
func NewArticleRest(articleBiz *biz.ArticleBiz) *ArticleRest
func (*ArticleRest) CreateArticle ¶
func (r *ArticleRest) CreateArticle(ctx *gin.Context)
func (*ArticleRest) CreateArticlePage ¶
func (r *ArticleRest) CreateArticlePage(c *gin.Context)
func (*ArticleRest) UpdateArticle ¶
func (r *ArticleRest) UpdateArticle(ctx *gin.Context)
type IndexRest ¶
type IndexRest struct {
// contains filtered or unexported fields
}
func NewIndexRest ¶
func (*IndexRest) ArticleDetail ¶
func (*IndexRest) IndexLoginPage ¶
func (*IndexRest) MoreArticles ¶
type UserRest ¶
type UserRest struct {
// contains filtered or unexported fields
}
func NewUserRest ¶
func (*UserRest) RegisterPage ¶
Click to show internal directories.
Click to hide internal directories.