Start work on protobuf files and code generation
This commit is contained in:
9
proto/services.proto
Normal file
9
proto/services.proto
Normal file
@@ -0,0 +1,9 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package chat;
|
||||
|
||||
import "messages.proto";
|
||||
|
||||
service Chat {
|
||||
rpc sendMsg(stream chatMsg) returns (stream chatMsg) {}
|
||||
}
|
||||
Reference in New Issue
Block a user