blossom: add an alternative BlobIndex implementation in memory.
This commit is contained in:
@@ -24,4 +24,7 @@ type BlobIndex interface {
|
||||
Delete(ctx context.Context, sha256 string, pubkey nostr.PubKey) error
|
||||
}
|
||||
|
||||
var _ BlobIndex = (*EventStoreBlobIndexWrapper)(nil)
|
||||
var (
|
||||
_ BlobIndex = (*EventStoreBlobIndexWrapper)(nil)
|
||||
_ BlobIndex = (*MemoryBlobIndex)(nil)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user