using (again) Golang binaries from official Docker image instead of standard install without checkum + added a TODO for healtheck

This commit is contained in:
Julien Neuhart
2019-07-23 14:25:31 +02:00
parent 7bfbda4490
commit 0d827e490e
3 changed files with 7 additions and 6 deletions

View File

@@ -31,6 +31,7 @@ func pingHandler(c echo.Context) error {
if err := ctx.ProcessesHealthcheck(); err != nil {
return xerror.New(op, err)
}
// TODO return processes info
return nil
}