mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2025-12-06 21:15:39 +00:00
add selector
This commit is contained in:
7
ratings/selector/src/commonMain/kotlin/Selector.kt
Normal file
7
ratings/selector/src/commonMain/kotlin/Selector.kt
Normal file
@@ -0,0 +1,7 @@
|
||||
package dev.inmo.plaguposter.ratings.selector
|
||||
|
||||
import dev.inmo.plaguposter.posts.models.PostId
|
||||
|
||||
interface Selector {
|
||||
suspend fun take(n: Int = 1): List<PostId>
|
||||
}
|
||||
Reference in New Issue
Block a user