refactor
This commit is contained in:
+5
-5
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user