huskies: merge 617_story_split_gateway_into_service_and_transport
This commit is contained in:
@@ -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;
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -18,6 +18,7 @@ pub mod settings;
|
||||
pub(crate) mod test_helpers;
|
||||
pub mod workflow;
|
||||
|
||||
pub mod gateway;
|
||||
pub mod project;
|
||||
pub mod wizard;
|
||||
pub mod ws;
|
||||
|
||||
Reference in New Issue
Block a user