UnaryEcho is unary echo.
(ctx context.Context, in *EchoRequest, opts ...grpc.CallOption)
| 50 | type EchoClient interface { |
| 51 | // UnaryEcho is unary echo. |
| 52 | UnaryEcho(ctx context.Context, in *EchoRequest, opts ...grpc.CallOption) (*EchoResponse, error) |
| 53 | // ServerStreamingEcho is server side streaming. |
| 54 | ServerStreamingEcho(ctx context.Context, in *EchoRequest, opts ...grpc.CallOption) (grpc.ServerStreamingClient[EchoResponse], error) |
| 55 | // ClientStreamingEcho is client side streaming. |
no outgoing calls
no test coverage detected