# Functions
NewMockAccountRepository creates a new mock instance.
NewMockVerificationCodeRedisRepository creates a new mock instance.
# Structs
MockAccountRepository is a mock of AccountRepository interface.
MockAccountRepositoryMockRecorder is the mock recorder for MockAccountRepository.
MockVerificationCodeRedisRepository is a mock of VerificationCodeRedisRepository interface.
MockVerificationCodeRedisRepositoryMockRecorder is the mock recorder for MockVerificationCodeRedisRepository.
# Interfaces
go:generate mockgen -source=account.go -destination=account_mock.go -package=repoiface AccountRepository.
go:generate mockgen -source=file.go -destination=file_mock.go -package=repoiface FileRepository.
No description provided by the author
No description provided by the author
No description provided by the author
go:generate mockgen -source=verificationcoderedis.go -destination=verificationcoderedis_mock.go -package=repoiface VerificationCodeRedisRepository.