mirror of
https://github.com/logos-messaging/go-libp2p-rendezvous.git
synced 2026-01-02 12:53:13 +00:00
update protobuf
This commit is contained in:
parent
c540724f1f
commit
1ee2b55a9f
1975
pb/rendezvous.pb.go
1975
pb/rendezvous.pb.go
File diff suppressed because it is too large
Load Diff
@ -17,6 +17,7 @@ message Message {
|
||||
E_INVALID_COOKIE = 103;
|
||||
E_NOT_AUTHORIZED = 200;
|
||||
E_INTERNAL_ERROR = 300;
|
||||
E_UNAVAILABLE = 400;
|
||||
}
|
||||
|
||||
message PeerInfo {
|
||||
@ -33,6 +34,7 @@ message Message {
|
||||
message RegisterResponse {
|
||||
optional ResponseStatus status = 1;
|
||||
optional string statusText = 2;
|
||||
optional int64 ttl = 3;
|
||||
}
|
||||
|
||||
message Unregister {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user