(ctx context.Context, opts ...grpc.CallOption)
| 150 | // For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream. |
| 151 | type EchoServerClient interface { |
| 152 | Process(ctx context.Context, opts ...grpc.CallOption) (EchoServer_ProcessClient, error) |
| 153 | } |
| 154 | |
| 155 | type echoServerClient struct { |
no outgoing calls