pub const IANA_PORT: u16 = 20057;
pub const DEFAULT_CERTIFICATE_PATH: &str = "/AvesTerra/Certificates/avesterra.pem";
pub const ENV_AVESTERRA_CERT: &str = "AVESTERRA_CERT";
pub const ENV_AVESTERRA_HOST: &str = "AVESTERRA_HOST";
pub const ENV_AVESTERRA_AUTH: &str = "AVESTERRA_AUTH";
pub const ENV_AVESTERRA_PORT: &str = "AVESTERRA_PORT";
pub const ENV_AVESTERRA_CHAN: &str = "AVESTERRA_CHAN";
pub mod outlet {
use crate::Entity;
pub const REGISTRIES: Entity = Entity::new(0, 0, 10);
pub const OBJECTS: Entity = Entity::new(0, 0, 11);
pub const FOLDERS: Entity = Entity::new(0, 0, 12);
pub const FILES: Entity = Entity::new(0, 0, 13);
pub const GENERAL: Entity = Entity::new(0, 0, 14);
pub const COMPARTMENT: Entity = Entity::new(0, 0, 15);
pub const TRASH: Entity = Entity::new(0, 0, 16);
}