We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d48e5a commit ec63456Copy full SHA for ec63456
src/event_scanner/scanner/mod.rs
@@ -95,8 +95,8 @@ pub struct LatestEvents {
95
pub(crate) max_concurrent_fetches: usize,
96
}
97
98
-#[derive(Default, Debug)]
99
/// Marker indicating that a sync mode must be selected.
+#[derive(Default, Debug)]
100
pub struct Synchronize;
101
102
/// Mode marker for scanning by syncing from the specified count of latest events and then switching
0 commit comments