|
|
@ -28,6 +28,16 @@ pub enum IglooInstType
|
|
|
|
Target = 9,
|
|
|
|
Target = 9,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#[derive(Debug)]
|
|
|
|
|
|
|
|
#[derive(PartialEq)]
|
|
|
|
|
|
|
|
pub enum IglooDebugSeverity
|
|
|
|
|
|
|
|
{
|
|
|
|
|
|
|
|
CRITICAL = 0,
|
|
|
|
|
|
|
|
WARNING = 1,
|
|
|
|
|
|
|
|
INFO = 2,
|
|
|
|
|
|
|
|
TRACE = 3,
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
#[derive(Debug)]
|
|
|
|
#[derive(Debug)]
|
|
|
|
#[derive(PartialEq)]
|
|
|
|
#[derive(PartialEq)]
|
|
|
|
/// Igloo Error Type
|
|
|
|
/// Igloo Error Type
|
|
|
@ -110,3 +120,9 @@ impl IglooEnvInfo
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// trait IglooUtil
|
|
|
|
|
|
|
|
// {
|
|
|
|
|
|
|
|
// /// Better debugging
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// }
|
|
|
|