This commit is contained in:
Dr. Matthias Ratajczak
2022-12-02 17:26:37 +01:00
parent de1a8b5f9f
commit b018ea8fbe
+5 -5
View File
@@ -1,5 +1,5 @@
pub const EDIT: &str = "edit"; pub(crate) const EDIT: &str = "edit";
pub const GROUPS: &str = "groups"; pub(crate) const GROUPS: &str = "groups";
pub const SYNC: &str = "sync"; pub(crate) const SYNC: &str = "sync";
pub const UNMANAGED: &str = "unmanaged"; pub(crate) const UNMANAGED: &str = "unmanaged";
pub const VERSION: &str = "version"; pub(crate) const VERSION: &str = "version";