[−][src]Module sync15::sync_multiple
Structs
ClientInfo | Info about the client to use. We reuse the client unless we discover the client_init has changed, in which case we re-create one. |
MemoryCachedState | Info we want callers to store in memory for us so that subsequent syncs are faster. This should never be persisted to storage as it holds sensitive information, such as the sync decryption keys. |
SyncMultipleDriver | |
SyncRequestInfo | This is essentially a bag of information that the sync manager knows, but otherwise we won't. It should probably be rethought if it gains many more fields. |
Functions
sync_multiple | Sync multiple stores |
sync_multiple_with_command_processor | Like |