ПОСЛЕДНИЙ КОММИТ ЛЕГАСИ СЕРВЕРА
This commit is contained in:
parent
7d2f78fa4d
commit
3612959188
@ -1,6 +1,7 @@
|
|||||||
package ru.myitschool.work.domain.auth.repo
|
package ru.myitschool.work.domain.auth.repo
|
||||||
|
|
||||||
interface AuthorizationRepository {
|
interface AuthorizationRepository {
|
||||||
|
//br
|
||||||
suspend fun login(username: String): Result<Unit>
|
suspend fun login(username: String): Result<Unit>
|
||||||
suspend fun logout()
|
suspend fun logout()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user