package
0.0.0-20241117212305-da3186505d6b
Repository: https://github.com/barivakhidov/rssaggregator.git
Documentation: pkg.go.dev

# Functions

NewMockAuthService creates a new instance of MockAuthService.
NewMockConsumer creates a new instance of MockConsumer.
NewMockUserSaver creates a new instance of MockUserSaver.
NewMockUserStorage creates a new instance of MockUserStorage.
NewMockUUUIDGenerator creates a new instance of MockUUUIDGenerator.

# Structs

MockAuthService is an autogenerated mock type for the AuthService type.
No description provided by the author
MockAuthService_Login_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Login'.
MockAuthService_Register_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Register'.
MockConsumer is an autogenerated mock type for the Consumer type.
No description provided by the author
MockConsumer_RunConsume_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'RunConsume'.
MockConsumer_Stop_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Stop'.
MockUserSaver is an autogenerated mock type for the UserSaver type.
MockUserSaver_CreateUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateUser'.
No description provided by the author
MockUserStorage is an autogenerated mock type for the UserStorage type.
MockUserStorage_ChangePendingUserStatus_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ChangePendingUserStatus'.
No description provided by the author
MockUserStorage_GetUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUser'.
MockUserStorage_PendingUserByEmail_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'PendingUserByEmail'.
MockUserStorage_SavePendingUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'SavePendingUser'.
MockUUUIDGenerator is an autogenerated mock type for the UUUIDGenerator type.
No description provided by the author
MockUUUIDGenerator_Generate_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Generate'.