package
0.0.0-20240725090242-7ab6d483a291
Repository: https://github.com/yangiboev/go-clean-architecture.git
Documentation: pkg.go.dev

# 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.