package
0.0.0-20240410075615-8156aba33d49
Repository: https://github.com/starismoon/study_geek.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
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
No description provided by the author
No description provided by the author
LocalCodeCache 本地缓存实现.
No description provided by the author
No description provided by the author
No description provided by the author
# Interfaces
go:generate mockgen -source=./article.go -package=cachemocks -destination=./mocks/article.mock.go ArticleCache.
go:generate mockgen -source=./code.go -package=cachemocks -destination=./mocks/code.mock.go CodeCache.
No description provided by the author
go:generate mockgen -source=./user.go -package=cachemocks -destination=./mocks/user.mock.go UserCache.