package
0.0.0-20241106190900-cdaa49b7f2de
Repository: https://github.com/erikqwerty/auth.git
Documentation: pkg.go.dev

# Functions

NewAuthRepositoryMock returns a mock for mm_repository.AuthRepository.
NewRepoLogerMock returns a mock for mm_repository.RepoLoger.
NewUserCacheMock returns a mock for mm_repository.UserCache.

# Structs

AuthRepositoryMock implements mm_repository.AuthRepository.
AuthRepositoryMockCreateLogExpectation specifies expectation struct of the AuthRepository.CreateLog.
AuthRepositoryMockCreateLogOrigins contains origins of expectations of the AuthRepository.CreateLog.
AuthRepositoryMockCreateLogParamPtrs contains pointers to parameters of the AuthRepository.CreateLog.
AuthRepositoryMockCreateLogParams contains parameters of the AuthRepository.CreateLog.
AuthRepositoryMockCreateLogResults contains results of the AuthRepository.CreateLog.
AuthRepositoryMockCreateUserExpectation specifies expectation struct of the AuthRepository.CreateUser.
AuthRepositoryMockCreateUserOrigins contains origins of expectations of the AuthRepository.CreateUser.
AuthRepositoryMockCreateUserParamPtrs contains pointers to parameters of the AuthRepository.CreateUser.
AuthRepositoryMockCreateUserParams contains parameters of the AuthRepository.CreateUser.
AuthRepositoryMockCreateUserResults contains results of the AuthRepository.CreateUser.
AuthRepositoryMockDeleteUserExpectation specifies expectation struct of the AuthRepository.DeleteUser.
AuthRepositoryMockDeleteUserOrigins contains origins of expectations of the AuthRepository.DeleteUser.
AuthRepositoryMockDeleteUserParamPtrs contains pointers to parameters of the AuthRepository.DeleteUser.
AuthRepositoryMockDeleteUserParams contains parameters of the AuthRepository.DeleteUser.
AuthRepositoryMockDeleteUserResults contains results of the AuthRepository.DeleteUser.
AuthRepositoryMockReadUserExpectation specifies expectation struct of the AuthRepository.ReadUser.
AuthRepositoryMockReadUserOrigins contains origins of expectations of the AuthRepository.ReadUser.
AuthRepositoryMockReadUserParamPtrs contains pointers to parameters of the AuthRepository.ReadUser.
AuthRepositoryMockReadUserParams contains parameters of the AuthRepository.ReadUser.
AuthRepositoryMockReadUserResults contains results of the AuthRepository.ReadUser.
AuthRepositoryMockUpdateUserExpectation specifies expectation struct of the AuthRepository.UpdateUser.
AuthRepositoryMockUpdateUserOrigins contains origins of expectations of the AuthRepository.UpdateUser.
AuthRepositoryMockUpdateUserParamPtrs contains pointers to parameters of the AuthRepository.UpdateUser.
AuthRepositoryMockUpdateUserParams contains parameters of the AuthRepository.UpdateUser.
AuthRepositoryMockUpdateUserResults contains results of the AuthRepository.UpdateUser.
RepoLogerMock implements mm_repository.RepoLoger.
RepoLogerMockCreateLogExpectation specifies expectation struct of the RepoLoger.CreateLog.
RepoLogerMockCreateLogOrigins contains origins of expectations of the RepoLoger.CreateLog.
RepoLogerMockCreateLogParamPtrs contains pointers to parameters of the RepoLoger.CreateLog.
RepoLogerMockCreateLogParams contains parameters of the RepoLoger.CreateLog.
RepoLogerMockCreateLogResults contains results of the RepoLoger.CreateLog.
UserCacheMock implements mm_repository.UserCache.
UserCacheMockGetUserExpectation specifies expectation struct of the UserCache.GetUser.
UserCacheMockGetUserOrigins contains origins of expectations of the UserCache.GetUser.
UserCacheMockGetUserParamPtrs contains pointers to parameters of the UserCache.GetUser.
UserCacheMockGetUserParams contains parameters of the UserCache.GetUser.
UserCacheMockGetUserResults contains results of the UserCache.GetUser.
UserCacheMockSetUserExpectation specifies expectation struct of the UserCache.SetUser.
UserCacheMockSetUserOrigins contains origins of expectations of the UserCache.SetUser.
UserCacheMockSetUserParamPtrs contains pointers to parameters of the UserCache.SetUser.
UserCacheMockSetUserParams contains parameters of the UserCache.SetUser.
UserCacheMockSetUserResults contains results of the UserCache.SetUser.