# Functions
NewMockController creates a new mock instance.
NewMockIDbClient creates a new mock instance.
NewMockILoginService creates a new mock instance.
NewMockISignUpService creates a new mock instance.
NewMockIUserRepository creates a new mock instance.
# Structs
MockController is a mock of Controller interface.
MockControllerMockRecorder is the mock recorder for MockController.
MockIDbClient is a mock of IDbClient interface.
MockIDbClientMockRecorder is the mock recorder for MockIDbClient.
MockILoginService is a mock of ILoginService interface.
MockILoginServiceMockRecorder is the mock recorder for MockILoginService.
MockISignUpService is a mock of ISignUpService interface.
MockISignUpServiceMockRecorder is the mock recorder for MockISignUpService.
MockIUserRepository is a mock of IUserRepository interface.
MockIUserRepositoryMockRecorder is the mock recorder for MockIUserRepository.