mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat: add deep health check (#3210)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
6
crates/api_models/src/health_check.rs
Normal file
6
crates/api_models/src/health_check.rs
Normal file
@ -0,0 +1,6 @@
|
||||
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize)]
|
||||
pub struct RouterHealthCheckResponse {
|
||||
pub database: String,
|
||||
pub redis: String,
|
||||
pub locker: String,
|
||||
}
|
||||
@ -16,6 +16,7 @@ pub mod errors;
|
||||
pub mod events;
|
||||
pub mod files;
|
||||
pub mod gsm;
|
||||
pub mod health_check;
|
||||
pub mod locker_migration;
|
||||
pub mod mandates;
|
||||
pub mod organization;
|
||||
|
||||
Reference in New Issue
Block a user