projects
/
Sone.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
🚧 Add handler for new-version notification
[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