package
0.0.0-20230710023247-20f649f5bac3
Repository: https://github.com/np-inprove/server.git
Documentation: pkg.go.dev
# Functions
NewMockReader creates a new instance of MockReader.
NewMockRepository creates a new instance of MockRepository.
NewMockUseCase creates a new instance of MockUseCase.
NewMockWriter creates a new instance of MockWriter.
# Structs
MockReader is an autogenerated mock type for the Reader type.
No description provided by the author
MockReader_FindInstitutionInviteLinkWithInstitution_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindInstitutionInviteLinkWithInstitution'.
MockReader_FindJWTRevocation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindJWTRevocation'.
MockReader_FindUserByEmailWithInstitution_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindUserByEmailWithInstitution'.
MockRepository is an autogenerated mock type for the Repository type.
MockRepository_CreateJWTRevocation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateJWTRevocation'.
MockRepository_CreateUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateUser'.
No description provided by the author
MockRepository_FindInstitutionInviteLinkWithInstitution_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindInstitutionInviteLinkWithInstitution'.
MockRepository_FindJWTRevocation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindJWTRevocation'.
MockRepository_FindUserByEmailWithInstitution_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindUserByEmailWithInstitution'.
MockUseCase is an autogenerated mock type for the UseCase type.
MockUseCase_CheckInviteCode_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CheckInviteCode'.
No description provided by the author
MockUseCase_Login_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Login'.
MockUseCase_Register_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Register'.
MockUseCase_WhoAmI_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WhoAmI'.
MockWriter is an autogenerated mock type for the Writer type.
MockWriter_CreateJWTRevocation_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateJWTRevocation'.
MockWriter_CreateUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateUser'.
No description provided by the author