# Functions
NewUserRepository creates a new instance of UserRepository.
# Structs
UserRepository is an autogenerated mock type for the Repository type.
UserRepository_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'.
No description provided by the author
UserRepository_GetByEmail_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByEmail'.
UserRepository_GetByUUID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByUUID'.
UserRepository_UpsertByEmail_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpsertByEmail'.