Merge pull request #28 from iamqizhao/master
make the proto file consist with the generated code
This commit is contained in:
3
rpc/interop/testdata/test.proto
vendored
3
rpc/interop/testdata/test.proto
vendored
@ -2,7 +2,6 @@
|
|||||||
// of unary/streaming requests/responses.
|
// of unary/streaming requests/responses.
|
||||||
syntax = "proto2";
|
syntax = "proto2";
|
||||||
|
|
||||||
import "github.com/google/grpc_go/interop/testdata/empty.proto";
|
|
||||||
import "github.com/google/grpc_go/interop/testdata/messages.proto";
|
import "github.com/google/grpc_go/interop/testdata/messages.proto";
|
||||||
|
|
||||||
package grpc.testing;
|
package grpc.testing;
|
||||||
@ -11,7 +10,7 @@ package grpc.testing;
|
|||||||
// performance with various types of payload.
|
// performance with various types of payload.
|
||||||
service TestService {
|
service TestService {
|
||||||
// One empty request followed by one empty response.
|
// One empty request followed by one empty response.
|
||||||
rpc EmptyCall(grpc.testing.Empty) returns (grpc.testing.Empty);
|
rpc EmptyCall(Empty) returns (Empty);
|
||||||
|
|
||||||
// One request followed by one response.
|
// One request followed by one response.
|
||||||
// The server returns the client payload as-is.
|
// The server returns the client payload as-is.
|
||||||
|
Reference in New Issue
Block a user