X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/d4a861700727d2dfb19b68126b26c2bdddf47570..c44aa637f62f4f0943172ccdcc3e3031c5b838c0:/lib/controller/handler.go diff --git a/lib/controller/handler.go b/lib/controller/handler.go index d62ffe2fd4..01f2161632 100644 --- a/lib/controller/handler.go +++ b/lib/controller/handler.go @@ -67,6 +67,10 @@ func (h *Handler) CheckHealth() error { return err } +func (h *Handler) Done() <-chan struct{} { + return nil +} + func neverRedirect(*http.Request, []*http.Request) error { return http.ErrUseLastResponse } func (h *Handler) setup() {