mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-01 15:13:11 +02:00
fix: in memory object store handler for testing
This commit is contained in:
@@ -5,6 +5,7 @@ use serde::Deserialize;
|
||||
#[serde(rename_all = "lowercase")]
|
||||
pub enum StorageKind {
|
||||
Local,
|
||||
Memory,
|
||||
}
|
||||
|
||||
fn default_storage_kind() -> StorageKind {
|
||||
|
||||
Reference in New Issue
Block a user