Registry /
observability / financial-times-go-fthealth
Install & Compatibility
Where this runs
No compatibility data collected yet for this library.
Code
Verified usage
Verified import paths — ran on the pinned version, not inferred.
fthealth
✓ github.com/Financial-Times/go-fthealth
Define and run a simple health check.
package main
import (
"fmt"
"github.com/Financial-Times/go-fthealth"
)
func main() {
check := fthealth.Check{
Name: "example",
Checker: func() error { return nil },
}
result := check.Run()
fmt.Println(result.Ok)
}
Debug
Known issues
No known issues recorded.
Upgrade
Version history
1.0.1latest on pkg.go.dev
Audit
Dependencies
No dependency data recorded yet.