coze-studio/frontend/infra/idl/idl-parser/__tests__/idl/weird.proto

13 lines
201 B
Protocol Buffer

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