WIP interface with existing code

This commit is contained in:
Dominik Werder
2021-07-12 13:19:12 +02:00
parent 35f3f9249e
commit 9509b43848
3 changed files with 186 additions and 40 deletions

View File

@@ -114,7 +114,7 @@ impl ScalarType {
#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct ArchiverAppliance {
pub data_base_path: PathBuf,
pub data_base_paths: Vec<PathBuf>,
}
#[derive(Clone, Debug, Serialize, Deserialize)]