iggy-cli 0.13.0

CLI for Iggy message streaming platform
Documentation
/* Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */

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";