application: library bounded context
This commit is contained in:
5
crates/application/src/library/commands.rs
Normal file
5
crates/application/src/library/commands.rs
Normal 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>,
|
||||
}
|
||||
Reference in New Issue
Block a user