(ctx context.Context, in *EchoRequest, opts ...grpc.CallOption)
| 127 | // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. |
| 128 | type EchoerClient interface { |
| 129 | Echo(ctx context.Context, in *EchoRequest, opts ...grpc.CallOption) (*EchoReply, error) |
| 130 | } |
| 131 | |
| 132 | type echoerClient struct { |
no outgoing calls