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

Struct EchoServer

grpc/server_test.go:16–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14var ErrInternal = errors.New("internal error!")
15
16type EchoServer struct {
17}
18
19func (srv *EchoServer) Echo(ctx context.Context, req *EchoRequest) (*EchoReply, error) {
20 msg := req.Text

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected