MCPcopy
hub / github.com/grpc/grpc-go / testServiceClient

Struct testServiceClient

interop/grpc_testing/test_grpc.pb.go:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84type testServiceClient struct {
85 cc grpc.ClientConnInterface
86}
87
88func NewTestServiceClient(cc grpc.ClientConnInterface) TestServiceClient {
89 return &testServiceClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected