mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-01 11:06:50 +08:00
refactor: Move trait ConnectorIntegration to crate hyperswitch_interfaces (#4946)
Co-authored-by: Deepanshu Bansal <deepanshu.bansal@Deepanshu-Bansal-K3PYF02LFW.local>
This commit is contained in:
@ -1,7 +1,11 @@
|
||||
//! Hyperswitch interface
|
||||
|
||||
#![warn(missing_docs, missing_debug_implementations)]
|
||||
|
||||
pub mod secrets_interface;
|
||||
|
||||
pub mod api;
|
||||
pub mod configs;
|
||||
pub mod encryption_interface;
|
||||
pub mod errors;
|
||||
pub mod events;
|
||||
pub mod metrics;
|
||||
pub mod secrets_interface;
|
||||
pub mod types;
|
||||
|
||||
Reference in New Issue
Block a user