Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grpc/grpc-go
/ greeterClient
Struct
greeterClient
examples/helloworld/helloworld/helloworld_grpc.pb.go:49–51 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
47
}
48
49
type
greeterClient
struct
{
50
cc grpc.ClientConnInterface
51
}
52
53
func
NewGreeterClient(cc grpc.ClientConnInterface) GreeterClient {
54
return
&greeterClient{cc}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected