(event *wps.WaveEvent)
| 351 | } |
| 352 | |
| 353 | func handleRouteDownEvent(event *wps.WaveEvent) { |
| 354 | handleRouteEvent(event, JobConnStatus_Disconnected) |
| 355 | } |
| 356 | |
| 357 | func handleRouteEvent(event *wps.WaveEvent, newStatus string) { |
| 358 | ctx := context.Background() |
nothing calls this directly
no test coverage detected