Add healthz checker

This commit is contained in:
Manuel de Brito Fontes 2016-11-26 21:09:59 -03:00
parent d1fb96ac10
commit 478d51c827
5 changed files with 37 additions and 23 deletions

View file

@ -55,6 +55,14 @@ package ingress
// return ingress.NewStandardDefaults()
// }
//
// func (n DummyController) Name() string {
// return "dummy Controller"
// }
//
// func (n DummyController) Check(_ *http.Request) error {
// return nil
// }
//
// func (dc DummyController) Info() *BackendInfo {
// Name: "dummy",
// Release: "0.0.0",