application: library bounded context

This commit is contained in:
2026-07-12 02:08:04 +02:00
parent ef86a967cd
commit ebf0614fdf
22 changed files with 1184 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
/// Trigger a library sync for one or all providers.
pub struct TriggerSyncCommand {
/// Provider to sync. `None` means sync all registered providers.
pub provider_id: Option<String>,
}