| 33 | } |
| 34 | |
| 35 | type ReadyArgs struct { |
| 36 | TargetImage string `json:"targetImage"` |
| 37 | MigratorNamespace string `json:"migratorNamespace"` |
| 38 | MigratorName string `json:"migratorName"` |
| 39 | } |
| 40 | |
| 41 | func (h *readyHandler) ServeHTTP(w http.ResponseWriter, r *http.Request) { |
| 42 | ready, err := h.handle(w, r) |
nothing calls this directly
no outgoing calls
no test coverage detected