feat: add presentation layer + bootstrap wiring for vertical slice
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
pub mod adapter;
|
||||
pub mod config;
|
||||
pub mod local_file_storage;
|
||||
|
||||
pub use adapter::ObjectStorageAdapter;
|
||||
pub use config::{StorageConfig, build_store};
|
||||
pub use local_file_storage::LocalFileStorage;
|
||||
|
||||
Reference in New Issue
Block a user