Find notes by tags in notes list
This commit is contained in:
@@ -13,5 +13,5 @@ interface NoteRepository {
|
||||
fun update(userId: Int, uuid: UUID, note: Note): PersistedNote?
|
||||
fun delete(userId: Int, uuid: UUID): Boolean
|
||||
fun getTags(userId: Int): List<String>
|
||||
fun count(userId: Int): Int
|
||||
fun count(userId: Int, tag: String? = null): Int
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user