MCPcopy Index your code
hub / github.com/cockroachdb/errors / Echo

Method Echo

grpc/echoer.pb.go:129–129  ·  view source on GitHub ↗
(ctx context.Context, in *EchoRequest, opts ...grpc.CallOption)

Source from the content-addressed store, hash-verified

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

Callers 2

_Echoer_Echo_HandlerFunction · 0.65
TestGrpcFunction · 0.65

Implementers 3

EchoServergrpc/server_test.go
echoerClientgrpc/echoer.pb.go
UnimplementedEchoerServergrpc/echoer.pb.go

Calls

no outgoing calls

Tested by 1

TestGrpcFunction · 0.52