.editorconfig, format
This commit is contained in:
@@ -2,11 +2,11 @@ syntax = "proto3";
|
||||
|
||||
// Client <-> Server
|
||||
// address:
|
||||
// Client -> Server: destination
|
||||
// Client -> Server: destination
|
||||
// Server -> Client: source
|
||||
// data: message data
|
||||
message Message {
|
||||
fixed64 address = 1;
|
||||
fixed32 port = 2;
|
||||
bytes data = 3;
|
||||
}
|
||||
fixed64 address = 1;
|
||||
fixed32 port = 2;
|
||||
bytes data = 3;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user