Registry / observability / financial-times-go-fthealth

financial-times-go-fthealth

JSON →
library1.0.1gogounverified

Package go-fthealth provides health check utilities for Go services.

go get github.com/Financial-Times/go-fthealth
INSTALL
IMPORT
SIG · FINANCIAL-TIMES-GO
F
financial-times-go-fthealth
observabilitygov1.0.1
harness data pending
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.

Agent activity
17 hits · last 30 days
node
12
OpenAI (training)
2
Amazon
1
Resources
financial-times-go-fthealth — go get financial-times-go-fthealth · libregistry