package
0.0.0-20250213232608-c453f8b35c75
Repository: https://github.com/stellar/go.git
Documentation: pkg.go.dev
# Constants
StatusFail indicates that the service is unhealthy.
StatusPass indicates that the service is healthy.
# Structs
PassHandler implements a simple handler that returns the most basic health response with a status of 'pass'.
Response implements the most basic required fields for the health response based on the format defined in the draft IETF network working group standard, Health Check Response Format for HTTP APIs.
# Type aliases
Status indicates whether the service is health or not.