package
0.0.0-20240530125620-f74408af2a1a
Repository: https://github.com/wx-up/go-book.git
Documentation: pkg.go.dev
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
ArticleRankingService 文章排名.
No description provided by the author
# Interfaces
go:generate mockgen -destination=./mocks/article_svc.mock.go -package=svcmocks -source=article_svc.go.
JobService 还需要暴露插入 job 的接口 正常流程:代码编写完成上线之后,调用插入 job 的接口新增一个 job 然后等待 job 的调度.
RankingService 排名服务.
No description provided by the author