chore: rebase
This commit is contained in:
@@ -10,6 +10,7 @@ trait UserManager {
|
||||
def addUser(name: String, password: String): Boolean
|
||||
def authenticate(name: String, password: String): Option[User]
|
||||
def userExists(name: String): Option[User]
|
||||
def userExistsById(id: Long): Option[User]
|
||||
def removeUser(name: String): Boolean
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user