mirror of
https://github.com/perstarkse/minne.git
synced 2026-05-28 10:29:30 +02:00
passed wide smoke check
This commit is contained in:
@@ -17,8 +17,11 @@ pub type DynStore = Arc<dyn ObjectStore>;
|
||||
/// Storage manager with persistent state and proper lifecycle management.
|
||||
#[derive(Clone)]
|
||||
pub struct StorageManager {
|
||||
// Store from objectstore wrapped as dyn
|
||||
store: DynStore,
|
||||
// Simple enum to track which kind
|
||||
backend_kind: StorageKind,
|
||||
// Where on disk
|
||||
local_base: Option<PathBuf>,
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user