splitting out the implementation

This commit is contained in:
2024-09-10 19:28:14 +01:00
parent b0f9cdd54e
commit 737b4b1388
37 changed files with 5 additions and 2102 deletions

View File

@@ -1,11 +1,11 @@
package eventstore
import (
"eventstore.mleku.dev/ratel/del"
. "nostr.mleku.dev"
"nostr.mleku.dev/codec/event"
"nostr.mleku.dev/codec/eventid"
"nostr.mleku.dev/codec/filter"
"store.mleku.dev/ratel/del"
)
// I is an types for a persistence layer for nostr events handled by a relay.