This website requires JavaScript.
Explore
Help
Sign In
go
/
health
Watch
2
Star
0
Fork
0
You've already forked health
Code
Issues
Pull Requests
Packages
Releases
2
Activity
Files
v1.0.1
health
/
go.mod
4 lines
46 B
Modula-2
Raw
Permalink
Normal View
History
Unescape
Escape
feat(health): initial stable release v0.9.0 HTTP health check handler with parallel goroutine-per-check execution, 5 s request-derived timeout, and two-level criticality (LevelCritical → 503, LevelDegraded → 200). What's included: - `Checkable` interface (HealthCheck / Name / Priority) and `Level` type with LevelCritical and LevelDegraded constants - `NewHandler(logger, checks...)` returning http.Handler; runs all checks concurrently via buffered channel, returns JSON with per-component status and latency - `ComponentStatus` and `Response` types for the JSON response body Tested-via: todo-api POC integration Reviewed-against: docs/adr/
2026-03-18 14:06:17 -06:00
module
code
.
nochebuena
.
dev
/
go
/
health
chore: bump go directive from 1.25 to 1.26
2026-05-12 02:06:45 +00:00
go
1.26
Reference in New Issue
Copy Permalink