diff options
Diffstat (limited to 'internal/storage')
| -rw-r--r-- | internal/storage/deletions.go | 2 | ||||
| -rw-r--r-- | internal/storage/deletions_test.go | 2 | ||||
| -rw-r--r-- | internal/storage/events.go | 2 | ||||
| -rw-r--r-- | internal/storage/events_test.go | 2 | ||||
| -rw-r--r-- | internal/storage/query.go | 2 | ||||
| -rw-r--r-- | internal/storage/query_test.go | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/internal/storage/deletions.go b/internal/storage/deletions.go index c16b96b..3999d2c 100644 --- a/internal/storage/deletions.go +++ b/internal/storage/deletions.go | |||
| @@ -4,7 +4,7 @@ import ( | |||
| 4 | "context" | 4 | "context" |
| 5 | "fmt" | 5 | "fmt" |
| 6 | 6 | ||
| 7 | pb "northwest.io/nostr-grpc/api/nostr/v1" | 7 | pb "northwest.io/muxstr/api/nostr/v1" |
| 8 | ) | 8 | ) |
| 9 | 9 | ||
| 10 | const KindDeletion = 5 | 10 | const KindDeletion = 5 |
diff --git a/internal/storage/deletions_test.go b/internal/storage/deletions_test.go index 71fa477..fe82d86 100644 --- a/internal/storage/deletions_test.go +++ b/internal/storage/deletions_test.go | |||
| @@ -6,7 +6,7 @@ import ( | |||
| 6 | "testing" | 6 | "testing" |
| 7 | "time" | 7 | "time" |
| 8 | 8 | ||
| 9 | pb "northwest.io/nostr-grpc/api/nostr/v1" | 9 | pb "northwest.io/muxstr/api/nostr/v1" |
| 10 | ) | 10 | ) |
| 11 | 11 | ||
| 12 | func TestProcessDeletion(t *testing.T) { | 12 | func TestProcessDeletion(t *testing.T) { |
diff --git a/internal/storage/events.go b/internal/storage/events.go index d74fc7e..836f795 100644 --- a/internal/storage/events.go +++ b/internal/storage/events.go | |||
| @@ -10,7 +10,7 @@ import ( | |||
| 10 | "github.com/klauspost/compress/zstd" | 10 | "github.com/klauspost/compress/zstd" |
| 11 | "google.golang.org/protobuf/proto" | 11 | "google.golang.org/protobuf/proto" |
| 12 | 12 | ||
| 13 | pb "northwest.io/nostr-grpc/api/nostr/v1" | 13 | pb "northwest.io/muxstr/api/nostr/v1" |
| 14 | ) | 14 | ) |
| 15 | 15 | ||
| 16 | var ( | 16 | var ( |
diff --git a/internal/storage/events_test.go b/internal/storage/events_test.go index 4393404..0c30281 100644 --- a/internal/storage/events_test.go +++ b/internal/storage/events_test.go | |||
| @@ -4,7 +4,7 @@ import ( | |||
| 4 | "context" | 4 | "context" |
| 5 | "testing" | 5 | "testing" |
| 6 | 6 | ||
| 7 | pb "northwest.io/nostr-grpc/api/nostr/v1" | 7 | pb "northwest.io/muxstr/api/nostr/v1" |
| 8 | ) | 8 | ) |
| 9 | 9 | ||
| 10 | func TestStoreEvent(t *testing.T) { | 10 | func TestStoreEvent(t *testing.T) { |
diff --git a/internal/storage/query.go b/internal/storage/query.go index 29a2a4c..e756f8f 100644 --- a/internal/storage/query.go +++ b/internal/storage/query.go | |||
| @@ -7,7 +7,7 @@ import ( | |||
| 7 | 7 | ||
| 8 | "google.golang.org/protobuf/proto" | 8 | "google.golang.org/protobuf/proto" |
| 9 | 9 | ||
| 10 | pb "northwest.io/nostr-grpc/api/nostr/v1" | 10 | pb "northwest.io/muxstr/api/nostr/v1" |
| 11 | ) | 11 | ) |
| 12 | 12 | ||
| 13 | type QueryOptions struct { | 13 | type QueryOptions struct { |
diff --git a/internal/storage/query_test.go b/internal/storage/query_test.go index b1f2fc7..cdff0ec 100644 --- a/internal/storage/query_test.go +++ b/internal/storage/query_test.go | |||
| @@ -4,7 +4,7 @@ import ( | |||
| 4 | "context" | 4 | "context" |
| 5 | "testing" | 5 | "testing" |
| 6 | 6 | ||
| 7 | pb "northwest.io/nostr-grpc/api/nostr/v1" | 7 | pb "northwest.io/muxstr/api/nostr/v1" |
| 8 | ) | 8 | ) |
| 9 | 9 | ||
| 10 | func setupTestEvents(t *testing.T, store *Storage) { | 10 | func setupTestEvents(t *testing.T, store *Storage) { |
