| pub(crate) const MANAGE_SERVERS_SHORT: &str = "m_srv"; |
| pub(crate) const MANAGE_SERVERS_LONG: &str = "manage_servers"; |
| pub(crate) const READ_SERVERS_SHORT: &str = "r_srv"; |
| pub(crate) const READ_SERVERS_LONG: &str = "read_servers"; |
| pub(crate) const MANAGE_USERS_SHORT: &str = "m_usr"; |
| pub(crate) const MANAGE_USERS_LONG: &str = "manage_users"; |
| pub(crate) const READ_USERS_SHORT: &str = "r_usr"; |
| pub(crate) const READ_USERS_LONG: &str = "read_users"; |
| pub(crate) const MANAGE_STREAMS_SHORT: &str = "m_str"; |
| pub(crate) const MANAGE_STREAMS_LONG: &str = "manage_streams"; |
| pub(crate) const READ_STREAMS_SHORT: &str = "r_str"; |
| pub(crate) const READ_STREAMS_LONG: &str = "read_streams"; |
| pub(crate) const MANAGE_TOPICS_SHORT: &str = "m_top"; |
| pub(crate) const MANAGE_TOPICS_LONG: &str = "manage_topics"; |
| pub(crate) const READ_TOPICS_SHORT: &str = "r_top"; |
| pub(crate) const READ_TOPICS_LONG: &str = "read_topics"; |
| pub(crate) const POLL_MESSAGES_SHORT: &str = "p_msg"; |
| pub(crate) const POLL_MESSAGES_LONG: &str = "poll_messages"; |
| pub(crate) const SEND_MESSAGES_SHORT: &str = "s_msg"; |
| pub(crate) const SEND_MESSAGES_LONG: &str = "send_messages"; |
| pub(crate) const MANAGE_STREAM_SHORT: &str = "m_str"; |
| pub(crate) const MANAGE_STREAM_LONG: &str = "manage_stream"; |
| pub(crate) const READ_STREAM_SHORT: &str = "r_str"; |
| pub(crate) const READ_STREAM_LONG: &str = "read_stream"; |
| pub(crate) const MANAGE_TOPIC_SHORT: &str = "m_top"; |
| pub(crate) const MANAGE_TOPIC_LONG: &str = "manage_topic"; |
| pub(crate) const READ_TOPIC_SHORT: &str = "r_top"; |
| pub(crate) const READ_TOPIC_LONG: &str = "read_topic"; |