archive

context(db: QueryExecutor)
suspend fun archive(queue: String, id: Long): Result<Boolean>(source)
context(db: QueryExecutor)
suspend fun archive(queue: String, ids: List<Long>): Result<List<Long>>(source)