package
2.5.1
Repository: https://github.com/joeyfromspace/go-api-util.git
Documentation: pkg.go.dev

# Functions

New instantiates a new healtcheck handler with the passed in healthcheck function.

# Constants

Healthy indicates that the service is in a healthy state Unhealthy indicates that the service is in an unhealthy state.
Healthy indicates that the service is in a healthy state Unhealthy indicates that the service is in an unhealthy state.

# Structs

NewOptions represent the intialization options for the healthcheck controller.
Response is the shape of the healthcheck response.

# Type aliases

HealthyStatus represents the current status of the service.