♻️ Copy session-handling code to FreenetRequest
[Sone.git] / src / main / kotlin / net / pterodactylus / sone / database / FriendDatabase.kt
1 package net.pterodactylus.sone.database
2
3 /**
4  * Combines a [FriendProvider] and a [FriendStore] into a friend database.
5  */
6 interface FriendDatabase : FriendProvider, FriendStore