# Functions
NewMockEmailSender creates a new mock instance.
NewMockRepository creates a new mock instance.
# Structs
MockEmailSender is a mock of EmailSender interface.
MockEmailSenderMockRecorder is the mock recorder for MockEmailSender.
MockRepository is a mock of Repository interface.
MockRepositoryMockRecorder is the mock recorder for MockRepository.