package
0.0.0-20241129085724-7a4e00683798
Repository: https://github.com/tuanzi-bug/tuan-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
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
No description provided by the author
# Structs
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
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
No description provided by the author
go:generate mockgen -source=./user.go -package=cachemocks -destination=./mocks/user.mock.go UserCache.