Versions in this module Expand all Collapse all v0 v0.1.2 Nov 23, 2020 Changes in this version + type ArticleListRequest struct + State uint8 + Title string + type CountArticleRequest struct + State uint8 + type CountTagRequest struct + Name string + State uint8 + type CreateArticleRequest struct + CreateBy string + State uint8 + Title string + type CreateTagRequest struct + CreateBy string + Name string + State uint8 + type DeleteArticleRequest struct + ID uint32 + type DeleteTagRequest struct + ID uint32 + type Service struct + func New(ctx context.Context) Service + func (svc *Service) CountTag(param *CountTagRequest) (int, error) + func (svc *Service) CreateTag(param *CreateTagRequest) error + func (svc *Service) DeleteTag(param *DeleteTagRequest) error + func (svc *Service) GetTagList(param *TagListRequest, pager *app.Pager) ([]*model.Tag, error) + func (svc *Service) UpdateTag(param *UpdateTagRequest) error + type TagListRequest struct + Name string + State uint8 + type UpdateArticleRequest struct + ID uint32 + ModifiedBy string + State uint8 + Title string + type UpdateTagRequest struct + ID uint32 + ModifiedBy string + Name string + State uint8