a bunch of conversions and api tweaks on khatru and eventstore.

This commit is contained in:
fiatjaf
2025-04-17 00:08:36 -03:00
parent f7884cea4f
commit a7be696243
48 changed files with 450 additions and 576 deletions

View File

@@ -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"
)