aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/echo_duplicate.proto
blob: c9266833e22e39aa2fa1e863da02ce300ccf5518 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// This is a partial copy of echo.proto with a different package name.

syntax = "proto2";

import "test/cpp/util/messages.proto";

package grpc.cpp.test.util.duplicate;

service TestService {
  rpc Echo(grpc.cpp.test.util.EchoRequest)
      returns (grpc.cpp.test.util.EchoResponse);
}