mirror of
https://github.com/usbharu/Hideout.git
synced 2026-08-05 12:45:55 +00:00
refactor: 不要な関数を削除
This commit is contained in:
@@ -7,16 +7,12 @@ import dev.usbharu.hideout.domain.model.hideout.entity.User
|
||||
@Suppress("TooManyFunctions")
|
||||
interface IUserService {
|
||||
|
||||
suspend fun findByUrls(urls: List<String>): List<User>
|
||||
|
||||
suspend fun usernameAlreadyUse(username: String): Boolean
|
||||
|
||||
suspend fun createLocalUser(user: UserCreateDto): User
|
||||
|
||||
suspend fun createRemoteUser(user: RemoteUserCreateDto): User
|
||||
|
||||
suspend fun findFollowersById(id: Long): List<User>
|
||||
|
||||
/**
|
||||
* フォローリクエストを送信する
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user