Add health check routes and state management #6

Merged
GW_MC merged 3 commits from feature/health-check into master 2025-12-05 15:15:33 +08:00
Showing only changes of commit 23c6bc4fd0 - Show all commits

View File

@@ -13,6 +13,7 @@ impl Default for HealthState {
}
impl HealthState {
#[allow(dead_code)] // used in tests
pub fn new(start_time: Instant) -> Self {
Self { start_time }
}