a bunch of conversions and api tweaks on khatru and eventstore.
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"time"
|
||||
|
||||
"fiatjaf.com/nostr"
|
||||
"github.com/fiatjaf/eventstore/slicestore"
|
||||
"fiatjaf.com/nostr/eventstore/slicestore"
|
||||
"github.com/fiatjaf/khatru"
|
||||
"github.com/stretchr/testify/require"
|
||||
)
|
||||
|
||||
@@ -13,8 +13,8 @@ import (
|
||||
"fiatjaf.com/nostr/sdk/hints/memoryh"
|
||||
"fiatjaf.com/nostr/sdk/kvstore"
|
||||
kvstore_memory "fiatjaf.com/nostr/sdk/kvstore/memory"
|
||||
"github.com/fiatjaf/eventstore"
|
||||
"github.com/fiatjaf/eventstore/nullstore"
|
||||
"fiatjaf.com/nostr/eventstore"
|
||||
"fiatjaf.com/nostr/eventstore/nullstore"
|
||||
)
|
||||
|
||||
// System represents the core functionality of the SDK, providing access to
|
||||
|
||||
Reference in New Issue
Block a user