health

command
v0.0.0-...-77d0bba Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 12, 2018 License: MIT Imports: 2 Imported by: 0

README

Go Health Check

Running

$ go run main.go
$ curl http://localhost:8080/health/
{
    "status": "up",
    "info": {
        "G1": {
            "status": "up",
            "info": {
                "status": 200
            }
        },
        "Websites": {
            "status": "up",
            "info": {
                "Google": {
                    "status": "up",
                    "info": {
                        "status": 200
                    }
                },
                "GuiaBolso": {
                    "status": "up",
                    "info": {
                        "status": 200
                    }
                }
            }
        }
    }
}

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL