package
Version:
v0.0.0-...-a4359f9
Opens a new window with list of versions in this module.
Published: Feb 11, 2024
License: MIT
Opens a new window with license information.
Imports: 7
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Checker is a periodic health checker
Run starts the health checker
Status returns the status of the health checks
type Status struct {
Healthy bool `json:"healthy"`
Cache string `json:"cache,omitempty"`
Database string `json:"database,omitempty"`
Storage string `json:"storage,omitempty"`
}
Status contains the healtcheck status
Source Files
¶
Click to show internal directories.
Click to hide internal directories.