Check for requested backend

This commit is contained in:
Dominik Werder
2021-05-06 12:17:25 +02:00
parent d3e92d85f0
commit 2f4d2ccea9
7 changed files with 69 additions and 31 deletions

View File

@@ -105,6 +105,7 @@ pub struct Node {
pub split: u32,
pub data_base_path: PathBuf,
pub ksprefix: String,
pub backend: String,
}
#[derive(Clone, Debug, Serialize, Deserialize)]