GoDoxy/internal/watcher/health
yusing 8025af6067 feat(healthcheck): add retries before notifying (default: 3 times)
- Introduced NotifyFunc type for customizable notification handling in tests.
- Added Retries field to HealthCheckConfig for controlling notification thresholds.
- Implemented tests for notification behavior under various health check scenarios.
2025-07-20 12:03:45 +08:00
..
monitor feat(healthcheck): add retries before notifying (default: 3 times) 2025-07-20 12:03:45 +08:00
config.go feat(healthcheck): add retries before notifying (default: 3 times) 2025-07-20 12:03:45 +08:00
json.go fix: json marshaling 2025-04-26 01:31:22 +08:00
status.go feat(healthcheck): add retries before notifying (default: 3 times) 2025-07-20 12:03:45 +08:00
types.go feat(health): add health check detail to health api 2025-05-05 13:27:00 +08:00