Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ echoClient
Struct
echoClient
examples/features/proto/echo/echo_grpc.pb.go:61–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
type
echoClient
struct
{
62
cc grpc.ClientConnInterface
63
}
64
65
func
NewEchoClient(cc grpc.ClientConnInterface) EchoClient {
66
return
&echoClient{cc}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected