huskies: merge 858
This commit is contained in:
@@ -7,9 +7,12 @@
|
||||
//! - `aggregation.rs` — pure cross-project pipeline formatting
|
||||
//! - `polling.rs` — pure notification event formatting
|
||||
|
||||
/// Cross-project pipeline status aggregation and formatting.
|
||||
pub mod aggregation;
|
||||
/// Gateway configuration types and TOML parsing.
|
||||
pub mod config;
|
||||
pub(crate) mod io;
|
||||
/// Notification event polling for gateway-level broadcasts.
|
||||
pub mod polling;
|
||||
|
||||
pub use aggregation::format_aggregate_status_compact;
|
||||
|
||||
Reference in New Issue
Block a user