# Functions
NewMockAWSRepository creates a new mock instance.
NewMockRedisRepository creates a new mock instance.
NewMockRepository creates a new mock instance.
NewMockUseCase creates a new mock instance.
# Structs
MockAWSRepository is a mock of AWSRepository interface.
MockAWSRepositoryMockRecorder is the mock recorder for MockAWSRepository.
MockRedisRepository is a mock of RedisRepository interface.
MockRedisRepositoryMockRecorder is the mock recorder for MockRedisRepository.
MockRepository is a mock of Repository interface.
MockRepositoryMockRecorder is the mock recorder for MockRepository.
MockUseCase is a mock of UseCase interface.
MockUseCaseMockRecorder is the mock recorder for MockUseCase.