fixed
change name Server -> OverflowApiServer
This commit is contained in:
parent
c5fd1ab387
commit
6ea21d406f
@ -7,10 +7,10 @@ option java_generic_services = true;
|
|||||||
message ServerInput {
|
message ServerInput {
|
||||||
string target = 1;
|
string target = 1;
|
||||||
string method = 2;
|
string method = 2;
|
||||||
repeated Param params = 3;
|
repeated ServerParam params = 3;
|
||||||
}
|
}
|
||||||
|
|
||||||
message Param {
|
message ServerParam {
|
||||||
string type = 1;
|
string type = 1;
|
||||||
string data = 2;
|
string data = 2;
|
||||||
bool isCollection = 3;
|
bool isCollection = 3;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user