# Functions
NewMockDB creates a new instance of MockDB.
# Structs
MockDB is an autogenerated mock type for the DB type.
MockDB_CreateUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateUser'.
MockDB_DeleteUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteUser'.
No description provided by the author
MockDB_GetUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUser'.
MockDB_GetUserByEmail_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetUserByEmail'.
MockDB_ListUsers_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ListUsers'.
MockDB_Ping_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Ping'.
MockDB_WithConfiguredTx_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WithConfiguredTx'.
MockDB_WithTx_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'WithTx'.