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