mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	feat(payouts): implement KVRouterStore (#3889)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com> Co-authored-by: Kashif <mohammed.kashif@juspay.in>
This commit is contained in:
		
							
								
								
									
										10
									
								
								crates/storage_impl/src/payouts.rs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										10
									
								
								crates/storage_impl/src/payouts.rs
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,10 @@ | ||||
| pub mod payout_attempt; | ||||
| #[allow(clippy::module_inception)] | ||||
| pub mod payouts; | ||||
|  | ||||
| use diesel_models::{payout_attempt::PayoutAttempt, payouts::Payouts}; | ||||
|  | ||||
| use crate::redis::kv_store::KvStorePartition; | ||||
|  | ||||
| impl KvStorePartition for Payouts {} | ||||
| impl KvStorePartition for PayoutAttempt {} | ||||
		Reference in New Issue
	
	Block a user
	 Kashif
					Kashif