Module sync

Module sync 

Source

Structs§

PriceHistoryState
Represents the current state of price history data in the database.
SyncConfig
Configuration for the synchronization engine.
SyncController
Controller for managing and monitoring a running synchronization process.
SyncEngine
Builder for configuring and starting a synchronization engine.

Enums§

SyncMode
Synchronization mode that determines how price data is fetched and maintained.
SyncStatus
Overall synchronization status.
SyncStatusNotSynced
Detailed status when synchronization is not yet complete.
SyncUpdate
Update events emitted by the synchronization process.

Traits§

SyncReader
Trait for reading synchronization status and subscribing to updates.

Type Aliases§

SyncReceiver
Receiver for subscribing to SyncUpdates.