MCPcopy
hub / github.com/grpc/grpc-go / UnaryEcho

Method UnaryEcho

examples/features/proto/echo/echo_grpc.pb.go:52–52  ·  view source on GitHub ↗

UnaryEcho is unary echo.

(ctx context.Context, in *EchoRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

50type 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.

Callers 15

runWithCredentialsFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
_Echo_UnaryEcho_HandlerFunction · 0.65
callUnaryEchoFunction · 0.65
callUnaryEchoFunction · 0.65

Implementers 3

echoClientexamples/features/proto/echo/echo_grpc
UnimplementedEchoServerexamples/features/proto/echo/echo_grpc
serverexamples/features/metadata/server/main

Calls

no outgoing calls

Tested by

no test coverage detected