mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 05:17:02 +08:00
refactor(kms): share a KMS client for all KMS operations (#744)
This commit is contained in:
@ -1,6 +1,7 @@
|
||||
pub mod api;
|
||||
pub mod authentication;
|
||||
pub mod encryption;
|
||||
#[cfg(feature = "kms")]
|
||||
pub mod kms;
|
||||
pub mod logger;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user