summaryrefslogtreecommitdiffstats
path: root/internal/subscription/manager.go
diff options
context:
space:
mode:
authorbndw <ben@bdw.to>2026-02-14 08:21:01 -0800
committerbndw <ben@bdw.to>2026-02-14 08:21:01 -0800
commit0406e24e1259e1a9adcd739da388dcca9ec8feba (patch)
treea7a0d5b88ddbad604b18fe31a00db37d8ef307ef /internal/subscription/manager.go
parent1527a7313ca46cd646737fb05c33908fba034df9 (diff)
refactor: rename project from nostr-grpc to muxstr
Update module path from northwest.io/nostr-grpc to northwest.io/muxstr. This includes updating all Go imports, protobuf definitions, generated files, and documentation.
Diffstat (limited to 'internal/subscription/manager.go')
-rw-r--r--internal/subscription/manager.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/subscription/manager.go b/internal/subscription/manager.go
index 0e737d8..6347018 100644
--- a/internal/subscription/manager.go
+++ b/internal/subscription/manager.go
@@ -3,7 +3,7 @@ package subscription
3import ( 3import (
4 "sync" 4 "sync"
5 5
6 pb "northwest.io/nostr-grpc/api/nostr/v1" 6 pb "northwest.io/muxstr/api/nostr/v1"
7) 7)
8 8
9type Subscription struct { 9type Subscription struct {