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

Struct searchServiceClient

reflection/grpc_testing/test_grpc.pb.go:48–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

46}
47
48type searchServiceClient struct {
49 cc grpc.ClientConnInterface
50}
51
52func NewSearchServiceClient(cc grpc.ClientConnInterface) SearchServiceClient {
53 return &searchServiceClient{cc}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected