# Functions
NewMockRepository creates a new mock instance.
NewMockService creates a new mock instance.
# Structs
MockRepository is a mock of Repository interface.
MockRepositoryMockRecorder is the mock recorder for MockRepository.
MockService is a mock of Service interface.
MockServiceMockRecorder is the mock recorder for MockService.