| 926 | } |
| 927 | |
| 928 | type workerClient struct { |
| 929 | cc grpc.ClientConnInterface |
| 930 | } |
| 931 | |
| 932 | func NewWorkerClient(cc grpc.ClientConnInterface) WorkerClient { |
| 933 | return &workerClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected