mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-27 19:46:48 +08:00
feat(v2): introduce configs and health endpoints for v2 (#8835)
This commit is contained in:
@ -14,6 +14,7 @@ pub struct RouterHealthCheckResponse {
|
||||
pub grpc_health_check: HealthCheckMap,
|
||||
#[cfg(feature = "dynamic_routing")]
|
||||
pub decision_engine: bool,
|
||||
pub unified_connector_service: Option<bool>,
|
||||
}
|
||||
|
||||
impl common_utils::events::ApiEventMetric for RouterHealthCheckResponse {}
|
||||
|
||||
Reference in New Issue
Block a user