DevelopmentNodeEnvironment_MicrosoftVSCodeDependency_22NodeVersion_Bundle_Clean_Debug_ElectronProfile_EsbuildCompiler_Mountain/IPC/Common/mod.rs
1//! Shared IPC abstractions used across `IPC/`. Each submodule owns one
2//! concept; callers spell the full path (`IPC::Common::HealthStatus::Foo`).
3
4pub mod ConnectionStatus;
5
6pub mod HealthStatus;
7
8pub mod MessageType;
9
10pub mod PerformanceMetrics;
11
12pub mod ServiceInfo;