func NewHandler() http.Handler { … } type httpHealth … type Health … func (h *httpHealth) ServeHTTP(w http.ResponseWriter, r *http.Request) { … }
func NewHandler() http.Handler { … } type httpHealth … type Health … func (h *httpHealth) ServeHTTP(w http.ResponseWriter, r *http.Request) { … }