| 25 | } |
| 26 | |
| 27 | type workerNodeInterfaceClient struct { |
| 28 | cc grpc.ClientConnInterface |
| 29 | } |
| 30 | |
| 31 | func NewWorkerNodeInterfaceClient(cc grpc.ClientConnInterface) WorkerNodeInterfaceClient { |
| 32 | return &workerNodeInterfaceClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected