Expand description
Bidirectional synchronization engine Bidirectional synchronization engine
This module implements the core sync logic for to-local and to-global operations. Interactive prompts are NOT implemented here - they will be added in Task 4. The sync engine uses ConflictStrategy from config/CLI flags directly.
Structs§
- Sync
Engine - Main sync engine
- Sync
Reporter - Sync operation reporter
- Sync
Result - Synchronization result with statistics
Enums§
- Sync
Action - Sync action to perform
Type Aliases§
- Approval
Callback - Approval callback for interactive sync operations