| 556 | } |
| 557 | |
| 558 | type reconnectServiceClient struct { |
| 559 | cc grpc.ClientConnInterface |
| 560 | } |
| 561 | |
| 562 | func NewReconnectServiceClient(cc grpc.ClientConnInterface) ReconnectServiceClient { |
| 563 | return &reconnectServiceClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected