diff options
Diffstat (limited to 'api/nostr/v1')
| -rw-r--r-- | api/nostr/v1/nostr.pb.go | 4 | ||||
| -rw-r--r-- | api/nostr/v1/nostrv1connect/nostr.connect.go | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/api/nostr/v1/nostr.pb.go b/api/nostr/v1/nostr.pb.go index 04aa0fe..8e7390a 100644 --- a/api/nostr/v1/nostr.pb.go +++ b/api/nostr/v1/nostr.pb.go | |||
| @@ -1310,9 +1310,9 @@ const file_nostr_v1_nostr_proto_rawDesc = "" + | |||
| 1310 | "\bGetStats\x12\x0f.nostr.v1.Empty\x1a\x14.nostr.v1.RelayStats\x12;\n" + | 1310 | "\bGetStats\x12\x0f.nostr.v1.Empty\x1a\x14.nostr.v1.RelayStats\x12;\n" + |
| 1311 | "\x0eGetConnections\x12\x0f.nostr.v1.Empty\x1a\x18.nostr.v1.ConnectionList\x125\n" + | 1311 | "\x0eGetConnections\x12\x0f.nostr.v1.Empty\x1a\x18.nostr.v1.ConnectionList\x125\n" + |
| 1312 | "\fBanPublicKey\x12\x14.nostr.v1.BanRequest\x1a\x0f.nostr.v1.Empty\x129\n" + | 1312 | "\fBanPublicKey\x12\x14.nostr.v1.BanRequest\x1a\x0f.nostr.v1.Empty\x129\n" + |
| 1313 | "\x0eGetStorageInfo\x12\x0f.nostr.v1.Empty\x1a\x16.nostr.v1.StorageStatsB\x89\x01\n" + | 1313 | "\x0eGetStorageInfo\x12\x0f.nostr.v1.Empty\x1a\x16.nostr.v1.StorageStatsB\x85\x01\n" + |
| 1314 | "\fcom.nostr.v1B\n" + | 1314 | "\fcom.nostr.v1B\n" + |
| 1315 | "NostrProtoP\x01Z,northwest.io/nostr-grpc/api/nostr/v1;nostrv1\xa2\x02\x03NXX\xaa\x02\bNostr.V1\xca\x02\bNostr\\V1\xe2\x02\x14Nostr\\V1\\GPBMetadata\xea\x02\tNostr::V1b\x06proto3" | 1315 | "NostrProtoP\x01Z(northwest.io/muxstr/api/nostr/v1;nostrv1\xa2\x02\x03NXX\xaa\x02\bNostr.V1\xca\x02\bNostr\\V1\xe2\x02\x14Nostr\\V1\\GPBMetadata\xea\x02\tNostr::V1b\x06proto3" |
| 1316 | 1316 | ||
| 1317 | var ( | 1317 | var ( |
| 1318 | file_nostr_v1_nostr_proto_rawDescOnce sync.Once | 1318 | file_nostr_v1_nostr_proto_rawDescOnce sync.Once |
diff --git a/api/nostr/v1/nostrv1connect/nostr.connect.go b/api/nostr/v1/nostrv1connect/nostr.connect.go index fd98039..5ec7d95 100644 --- a/api/nostr/v1/nostrv1connect/nostr.connect.go +++ b/api/nostr/v1/nostrv1connect/nostr.connect.go | |||
| @@ -9,7 +9,7 @@ import ( | |||
| 9 | context "context" | 9 | context "context" |
| 10 | errors "errors" | 10 | errors "errors" |
| 11 | http "net/http" | 11 | http "net/http" |
| 12 | v1 "northwest.io/nostr-grpc/api/nostr/v1" | 12 | v1 "northwest.io/muxstr/api/nostr/v1" |
| 13 | strings "strings" | 13 | strings "strings" |
| 14 | ) | 14 | ) |
| 15 | 15 | ||
