package
0.0.0-20240410075615-8156aba33d49
Repository: https://github.com/starismoon/study_geek.git
Documentation: pkg.go.dev

# Packages

Package cache 代表缓存.
Package dao 代表对数据库的操作.
Code generated by MockGen.

# 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
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_author.go -package=repomocks -destination=./mocks/article_author.mock.go ArticleAuthorRepository.
go:generate mockgen -source=./article_reader.go -package=repomocks -destination=./mocks/article_reader.mock.go ArticleReaderRepository.
go:generate mockgen -source=./article.go -package=repomocks -destination=./mocks/article.mock.go ArticleRepository.
go:generate mockgen -source=./async_sms_repository.go -package=repomocks -destination=mocks/async_sms_repository.mock.go AsyncSmsRepository.
go:generate mockgen -source=./code.go -package=repomocks -destination=./mocks/code.mock.go CodeRepository.
No description provided by the author
No description provided by the author
go:generate mockgen -source=./user.go -package=repomocks -destination=./mocks/user.mock.go UserRepository.