Start work on protobuf files and code generation
This commit is contained in:
8
proto/messages.proto
Normal file
8
proto/messages.proto
Normal file
@@ -0,0 +1,8 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package chat;
|
||||
|
||||
message chatMsg {
|
||||
string userid = 1;
|
||||
string message = 2;
|
||||
}
|
||||
Reference in New Issue
Block a user