mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-28 20:23:43 +08:00
feat(core): Rename crate data_models to hyperswitch_domain_models (#4504)
This commit is contained in:
@ -4,9 +4,9 @@ use common_utils::{
|
||||
errors::{self, CustomResult},
|
||||
ext_traits::AsyncExt,
|
||||
};
|
||||
use data_models::errors::StorageError;
|
||||
use dyn_clone::DynClone;
|
||||
use error_stack::{Report, ResultExt};
|
||||
use hyperswitch_domain_models::errors::StorageError;
|
||||
use moka::future::Cache as MokaCache;
|
||||
use once_cell::sync::Lazy;
|
||||
use redis_interface::{errors::RedisError, RedisValue};
|
||||
|
||||
Reference in New Issue
Block a user