1
2
3
4
5
6
pub const OP_SEND_MESSAGE: &str = "SendMessage";
pub const OP_PUB_MESSAGE: &str = "PubMessage";
pub const OP_CONSOLE_MESSAGE: &str = "ConsoleMessage";
pub const OP_DUMP_REGISTRY: &str = "DumpRegistry";

pub const CONSOLE_SOCKET: &str = "/tmp/console.socket";