summaryrefslogtreecommitdiffstats
path: root/internal/handler/grpc/server.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/handler/grpc/server.go')
-rw-r--r--internal/handler/grpc/server.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/internal/handler/grpc/server.go b/internal/handler/grpc/server.go
index 4d6e700..c5eb0d2 100644
--- a/internal/handler/grpc/server.go
+++ b/internal/handler/grpc/server.go
@@ -5,9 +5,9 @@ import (
5 "crypto/rand" 5 "crypto/rand"
6 "fmt" 6 "fmt"
7 7
8 pb "northwest.io/nostr-grpc/api/nostr/v1" 8 pb "northwest.io/muxstr/api/nostr/v1"
9 "northwest.io/nostr-grpc/internal/storage" 9 "northwest.io/muxstr/internal/storage"
10 "northwest.io/nostr-grpc/internal/subscription" 10 "northwest.io/muxstr/internal/subscription"
11) 11)
12 12
13type EventStore interface { 13type EventStore interface {