forked from NationTech/harmony
feat: Secret module works with infisical and local file storage backends
This commit is contained in:
4
harmony_secret/src/store/mod.rs
Normal file
4
harmony_secret/src/store/mod.rs
Normal file
@@ -0,0 +1,4 @@
|
||||
mod infisical;
|
||||
mod local_file;
|
||||
pub use infisical::*;
|
||||
pub use local_file::*;
|
||||
Reference in New Issue
Block a user