Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/cockroachdb/errors
/ echoerClient
Struct
echoerClient
grpc/echoer.pb.go:132–134 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
130
}
131
132
type
echoerClient
struct
{
133
cc *grpc.ClientConn
134
}
135
136
func
NewEchoerClient(cc *grpc.ClientConn) EchoerClient {
137
return
&echoerClient{cc}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected