1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
//! Common attributes
//!
//! [Official Common Runtime Attributes Documentation](https://icinga.com/docs/icinga-2/latest/doc/09-object-types/#common-runtime-attributes)
pub mod check_result;
pub mod checkable;
pub mod command;
pub mod config_object;
pub mod custom_var_object;
pub mod function;
pub mod logger;
pub mod object;
pub mod performance_data;
pub mod source_location;
pub mod stream_logger;