mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			7 lines
		
	
	
		
			165 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
			
		
		
	
	
			7 lines
		
	
	
		
			165 B
		
	
	
	
		
			Rust
		
	
	
	
	
	
| mod core;
 | |
| pub mod events;
 | |
| 
 | |
| pub trait OutgoingWebhookEventAnalytics: events::OutgoingWebhookLogsFilterAnalytics {}
 | |
| 
 | |
| pub use self::core::outgoing_webhook_events_core;
 | 
