mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +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:
		| @ -30,7 +30,7 @@ pub struct GetSearchRequestWithIndex { | ||||
|     pub search_req: GetSearchRequest, | ||||
| } | ||||
|  | ||||
| #[derive(Debug, strum::EnumIter, Clone, serde::Deserialize, serde::Serialize)] | ||||
| #[derive(Debug, strum::EnumIter, Clone, serde::Deserialize, serde::Serialize, Copy)] | ||||
| #[serde(rename_all = "snake_case")] | ||||
| pub enum SearchIndex { | ||||
|     PaymentAttempts, | ||||
|  | ||||
| @ -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
	 ivor-juspay
					ivor-juspay