mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 19:42:27 +08:00
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
7 lines
176 B
Rust
7 lines
176 B
Rust
#[derive(Debug, Clone, serde::Serialize, serde::Deserialize)]
|
|
pub struct RouterHealthCheckResponse {
|
|
pub database: String,
|
|
pub redis: String,
|
|
pub locker: String,
|
|
}
|