change name
     Server -> OverflowApiServer
This commit is contained in:
snoop 2017-06-28 17:59:19 +09:00
parent c5fd1ab387
commit 6ea21d406f

View File

@ -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;