mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 10:06:32 +08:00 
			
		
		
		
	feat(router): add three_ds decision rule execute api (#8148)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
		 Sai Harsha Vardhan
					Sai Harsha Vardhan
				
			
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			 GitHub
						GitHub
					
				
			
						parent
						
							2c35639763
						
					
				
				
					commit
					e90a95de6f
				
			| @ -16,6 +16,13 @@ pub struct BackendOutput<O> { | ||||
|     pub connector_selection: O, | ||||
| } | ||||
|  | ||||
| impl<O> BackendOutput<O> { | ||||
|     // get_connector_selection | ||||
|     pub fn get_output(&self) -> &O { | ||||
|         &self.connector_selection | ||||
|     } | ||||
| } | ||||
|  | ||||
| pub trait EuclidBackend<O>: Sized { | ||||
|     type Error: serde::Serialize; | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user