| 1264 | } |
| 1265 | |
| 1266 | type backendSchedulerClient struct { |
| 1267 | cc *grpc.ClientConn |
| 1268 | } |
| 1269 | |
| 1270 | func NewBackendSchedulerClient(cc *grpc.ClientConn) BackendSchedulerClient { |
| 1271 | return &backendSchedulerClient{cc} |
nothing calls this directly
no outgoing calls
no test coverage detected