//! Target-side dashboard service modules.
//!//! The dashboard IPC subsystem is only available on Unix platforms. The
//! entire module tree is gated behind `#[cfg(unix)]` so that the core
//! supervision library compiles on all Rust targets.
#[cfg(unix)]pubmodconfig;#[cfg(unix)]pubmoddiagnostics;#[cfg(unix)]pubmoderror;#[cfg(unix)]pubmodevents;#[cfg(unix)]pubmodipc_server;#[cfg(unix)]pubmodmodel;#[cfg(unix)]pubmodprotocol;#[cfg(unix)]pubmodregistration;#[cfg(unix)]pubmodruntime;#[cfg(unix)]pubmodstate;