| 210 | } |
| 211 | |
| 212 | type orchestratorClient struct { |
| 213 | cc grpc.ClientConnInterface |
| 214 | } |
| 215 | |
| 216 | func NewOrchestratorClient(cc grpc.ClientConnInterface) OrchestratorClient { |
| 217 | return &orchestratorClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected