mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 09:07:09 +08:00
feat(opensearch): refactoring (#4244)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Sanchith Hegde <22217505+SanchithHegde@users.noreply.github.com>
This commit is contained in:
@ -6,6 +6,8 @@ pub struct RouterHealthCheckResponse {
|
||||
pub vault: Option<bool>,
|
||||
#[cfg(feature = "olap")]
|
||||
pub analytics: bool,
|
||||
#[cfg(feature = "olap")]
|
||||
pub opensearch: bool,
|
||||
pub outgoing_request: bool,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user