async fn sync_pages(
conn: &mut PgConnection,
config: &SyncerConfig,
blob_client: &AzureBlobClient,
) -> Result<()>
Expand description
Synchronizes pages to the chatbot backend.
async fn sync_pages(
conn: &mut PgConnection,
config: &SyncerConfig,
blob_client: &AzureBlobClient,
) -> Result<()>
Synchronizes pages to the chatbot backend.