MCPcopy
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
49type greeterClient struct {
50 cc grpc.ClientConnInterface
51}
52
53func NewGreeterClient(cc grpc.ClientConnInterface) GreeterClient {
54 return &greeterClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected