mirror of
https://github.com/InsanusMokrassar/PlaguPoster.git
synced 2025-12-07 21:45:39 +00:00
fixes and fills
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
package dev.inmo.plaguposter.ratings.selector
|
||||
|
||||
import com.soywiz.klock.DateTime
|
||||
import dev.inmo.plaguposter.posts.models.PostId
|
||||
|
||||
interface Selector {
|
||||
suspend fun take(n: Int = 1): List<PostId>
|
||||
suspend fun take(n: Int = 1, now: DateTime = DateTime.now()): List<PostId>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user