Added versioning and correct packaging
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package base;
|
||||
|
||||
message Empty {}
|
||||
|
||||
message StatusRes {
|
||||
bool success = 1;
|
||||
}
|
||||
message IdRes {
|
||||
int64 id = 1;
|
||||
}
|
||||
message IdReq {
|
||||
int64 id = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user