push_changeset

Function push_changeset 

Source
pub async fn push_changeset(
    storage: &dyn SyncStorage,
    device_id: &str,
    seq: u64,
    packed: Vec<u8>,
    snapshot_seq: Option<u64>,
    timestamp: &str,
) -> Result<(), StorageError>
Expand description

Push a changeset to the sync storage and update the device head.