syntax = "proto3";
message Common {}
service Example {
rpc Func1 (Common) returns (Common) {
option (google.api.http) = {
get: "/ezo/web/v1/user_camp_result"
body: "*"
};
}
Powered by TurnKey Linux.