package
0.0.0-20250204014939-f4c178b9ac71
Repository: https://github.com/ahummel25/user-auth-api.git
Documentation: pkg.go.dev
# Functions
NewMockAPI creates a new instance of MockAPI.
NewMockUserCollection creates a new instance of MockUserCollection.
# Structs
MockAPI is an autogenerated mock type for the API type.
MockAPI_CreateUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CreateUser'.
MockAPI_DeleteUser_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteUser'.
No description provided by the author
MockAPI_Login_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Login'.
MockUserCollection is an autogenerated mock type for the UserCollection type.
MockUserCollection_CountDocuments_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'CountDocuments'.
MockUserCollection_DeleteOne_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteOne'.
No description provided by the author
MockUserCollection_FindOne_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'FindOne'.
MockUserCollection_InsertOne_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'InsertOne'.
MockUserCollection_UpdateOne_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'UpdateOne'.