Index all notes at start
This commit is contained in:
@@ -27,4 +27,5 @@ interface NoteRepository {
|
||||
fun find(userId: Int, uuid: UUID): PersistedNote?
|
||||
fun update(userId: Int, uuid: UUID, note: Note): PersistedNote?
|
||||
fun export(userId: Int): List<ExportedNote>
|
||||
fun findAllDetails(userId: Int): List<PersistedNote>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user