splitting proto conf, still some errors, fixing
This commit is contained in:
6
proto/common.proto
Normal file
6
proto/common.proto
Normal file
@@ -0,0 +1,6 @@
|
||||
syntax = "proto3";
|
||||
package multieko2.common;
|
||||
|
||||
message Empty {}
|
||||
message CountResponse { int64 count = 1; }
|
||||
message PositionRequest { int64 position = 1; }
|
||||
Reference in New Issue
Block a user