| 82 | } |
| 83 | |
| 84 | type testServiceClient struct { |
| 85 | cc grpc.ClientConnInterface |
| 86 | } |
| 87 | |
| 88 | func NewTestServiceClient(cc grpc.ClientConnInterface) TestServiceClient { |
| 89 | return &testServiceClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected