reinit
This commit is contained in:
@@ -1,24 +0,0 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package common;
|
||||
|
||||
option go_package = "./common";
|
||||
|
||||
message Empty {
|
||||
}
|
||||
|
||||
message Status {
|
||||
bool success = 1;
|
||||
string message = 2;
|
||||
string code = 3;
|
||||
}
|
||||
|
||||
message Pagination {
|
||||
int32 page = 1;
|
||||
int32 page_size = 2;
|
||||
int32 total = 3;
|
||||
}
|
||||
|
||||
message IdRequest {
|
||||
string id = 1;
|
||||
}
|
||||
Reference in New Issue
Block a user