Documentation ¶
Index ¶
- func Cre(ctx context.Context, in *model.ArticleGrpInput) (err error)
- func Del(ctx context.Context, id model.Id) (err error)
- func IsExist(ctx context.Context, id model.Id) bool
- func List(ctx context.Context) (list []entity.ArticleGrp, err error)
- func ListArticleCount(ctx context.Context) (map[uint]uint, error)
- func Show(ctx context.Context, id model.Id) (info *entity.ArticleGrp, err error)
- func Upd(ctx context.Context, id model.Id, in *model.ArticleGrpInput) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ListArticleCount ¶
ListArticleCount 获取已经发布文章的文章分类列表统计
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.