This commit is contained in:
2021-08-26 19:52:52 +02:00
parent 3b7700a4b1
commit 8afc77dd60
7 changed files with 567 additions and 473 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ use crate::error::GroupError;
/// This is the inner data struct holding the config
#[derive(Debug, Clone, Serialize, Deserialize, Default)]
pub(crate) struct Config {
groups: HashMap<String, GroupConfig>,
pub(crate) groups: HashMap<String, GroupConfig>,
}
impl Config {