Add const ROLESLABEL

This commit is contained in:
NicolasCantu 2025-06-06 22:44:24 +02:00
parent f4baef4145
commit a3cf2517b3

View File

@ -36,6 +36,8 @@ const APOPHIS: &str = "apophis";
const MEMBERPUBLICNAME: &str = "memberPublicName"; const MEMBERPUBLICNAME: &str = "memberPublicName";
const PAIREDADDRESSES: &str = "pairedAddresses"; const PAIREDADDRESSES: &str = "pairedAddresses";
const ROLESLABEL: &str = "roles";
#[derive(Debug, PartialEq, Eq)] #[derive(Debug, PartialEq, Eq)]
pub enum SpecialRoles { pub enum SpecialRoles {
Demiurge, // Only valid for the first state of a process Demiurge, // Only valid for the first state of a process