mirror of
https://github.com/nbd-wtf/go-nostr.git
synced 2025-07-07 06:39:54 +02:00
sdk/hints: sqlite backend and tests.
This commit is contained in:
@ -5,4 +5,5 @@ import "github.com/nbd-wtf/go-nostr"
|
||||
type HintsDB interface {
|
||||
TopN(pubkey string, n int) []string
|
||||
Save(pubkey string, relay string, key HintKey, score nostr.Timestamp)
|
||||
PrintScores()
|
||||
}
|
||||
|
Reference in New Issue
Block a user