mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-29 17:19:15 +08:00
refactor(router): move db models into separate crate and refactoring around it (#125)
This commit is contained in:
@ -31,8 +31,6 @@ pub(crate) mod macros;
|
||||
pub mod routes;
|
||||
pub mod scheduler;
|
||||
|
||||
#[allow(unused_imports)] // Allow unused imports only for schema module
|
||||
pub mod schema;
|
||||
pub mod services;
|
||||
pub mod types;
|
||||
pub mod utils;
|
||||
@ -64,7 +62,7 @@ pub mod headers {
|
||||
pub mod pii {
|
||||
//! Personal Identifiable Information protection.
|
||||
|
||||
pub(crate) use common_utils::pii::{CardNumber, Email, IpAddress};
|
||||
pub(crate) use common_utils::pii::{CardNumber, Email};
|
||||
#[doc(inline)]
|
||||
pub use masking::*;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user