use std::sync::Arc; use domain::ports::{ChannelCommand, ChannelQuery}; pub struct ConfigSnapshotDeps { pub channel_command: Arc, pub channel_query: Arc, }