MCPcopy Create free account
hub / github.com/cockroachdb/errors / UnimplementedEchoerServer

Struct UnimplementedEchoerServer

grpc/echoer.pb.go:155–156  ·  view source on GitHub ↗

UnimplementedEchoerServer can be embedded to have forward compatible implementations.

Source from the content-addressed store, hash-verified

153
154// UnimplementedEchoerServer can be embedded to have forward compatible implementations.
155type UnimplementedEchoerServer struct {
156}
157
158func (*UnimplementedEchoerServer) Echo(ctx context.Context, req *EchoRequest) (*EchoReply, error) {
159 return nil, status.Errorf(codes.Unimplemented, "method Echo not implemented")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected