refactor(application): strip comments, DRY ownership check + parse_content_type
This commit is contained in:
@@ -2,7 +2,6 @@ use std::sync::Arc;
|
||||
|
||||
use domain::ports::{ChannelCommand, ChannelQuery};
|
||||
|
||||
/// Dependencies for config snapshot use cases.
|
||||
pub struct ConfigSnapshotDeps {
|
||||
pub channel_command: Arc<dyn ChannelCommand>,
|
||||
pub channel_query: Arc<dyn ChannelQuery>,
|
||||
|
||||
Reference in New Issue
Block a user