huskies: merge 617_story_split_gateway_into_service_and_transport

This commit is contained in:
dave
2026-04-24 18:39:16 +00:00
parent 271f8ea6a8
commit 360bca45c8
12 changed files with 3016 additions and 2877 deletions
+3 -1
View File
@@ -8,7 +8,9 @@
//! Domain logic lives in `service::events`; this module is a thin HTTP
//! adapter: extract query params → call service → shape response.
pub use crate::service::events::{EventBuffer, StoredEvent, subscribe_to_watcher};
#[cfg(test)]
pub use crate::service::events::StoredEvent;
pub use crate::service::events::{EventBuffer, subscribe_to_watcher};
// MAX_BUFFER_SIZE is used in tests via `use super::*`.
#[cfg(test)]
pub use crate::service::events::MAX_BUFFER_SIZE;