# Functions
NewAccessRepositoryMock returns a mock for repository.AccessRepository.
NewKeyRepositoryMock returns a mock for repository.KeyRepository.
NewLogRepositoryMock returns a mock for repository.LogRepository.
NewUserRepositoryMock returns a mock for repository.UserRepository.
# Structs
AccessRepositoryMock implements repository.AccessRepository.
AccessRepositoryMockGetRoleEndpointsExpectation specifies expectation struct of the AccessRepository.GetRoleEndpoints.
AccessRepositoryMockGetRoleEndpointsParamPtrs contains pointers to parameters of the AccessRepository.GetRoleEndpoints.
AccessRepositoryMockGetRoleEndpointsParams contains parameters of the AccessRepository.GetRoleEndpoints.
AccessRepositoryMockGetRoleEndpointsResults contains results of the AccessRepository.GetRoleEndpoints.
KeyRepositoryMock implements repository.KeyRepository.
KeyRepositoryMockGetKeyExpectation specifies expectation struct of the KeyRepository.GetKey.
KeyRepositoryMockGetKeyParamPtrs contains pointers to parameters of the KeyRepository.GetKey.
KeyRepositoryMockGetKeyParams contains parameters of the KeyRepository.GetKey.
KeyRepositoryMockGetKeyResults contains results of the KeyRepository.GetKey.
LogRepositoryMock implements repository.LogRepository.
LogRepositoryMockLogExpectation specifies expectation struct of the LogRepository.Log.
LogRepositoryMockLogParamPtrs contains pointers to parameters of the LogRepository.Log.
LogRepositoryMockLogParams contains parameters of the LogRepository.Log.
LogRepositoryMockLogResults contains results of the LogRepository.Log.
UserRepositoryMock implements repository.UserRepository.
UserRepositoryMockCreateExpectation specifies expectation struct of the UserRepository.Create.
UserRepositoryMockCreateParamPtrs contains pointers to parameters of the UserRepository.Create.
UserRepositoryMockCreateParams contains parameters of the UserRepository.Create.
UserRepositoryMockCreateResults contains results of the UserRepository.Create.
UserRepositoryMockDeleteExpectation specifies expectation struct of the UserRepository.Delete.
UserRepositoryMockDeleteParamPtrs contains pointers to parameters of the UserRepository.Delete.
UserRepositoryMockDeleteParams contains parameters of the UserRepository.Delete.
UserRepositoryMockDeleteResults contains results of the UserRepository.Delete.
UserRepositoryMockGetAuthInfoExpectation specifies expectation struct of the UserRepository.GetAuthInfo.
UserRepositoryMockGetAuthInfoParamPtrs contains pointers to parameters of the UserRepository.GetAuthInfo.
UserRepositoryMockGetAuthInfoParams contains parameters of the UserRepository.GetAuthInfo.
UserRepositoryMockGetAuthInfoResults contains results of the UserRepository.GetAuthInfo.
UserRepositoryMockGetExpectation specifies expectation struct of the UserRepository.Get.
UserRepositoryMockGetParamPtrs contains pointers to parameters of the UserRepository.Get.
UserRepositoryMockGetParams contains parameters of the UserRepository.Get.
UserRepositoryMockGetResults contains results of the UserRepository.Get.
UserRepositoryMockUpdateExpectation specifies expectation struct of the UserRepository.Update.
UserRepositoryMockUpdateParamPtrs contains pointers to parameters of the UserRepository.Update.
UserRepositoryMockUpdateParams contains parameters of the UserRepository.Update.
UserRepositoryMockUpdateResults contains results of the UserRepository.Update.