Prepare for processing documents edition

This commit is contained in:
Clément Renault
2024-05-08 15:26:21 +02:00
parent 2099b4f0dd
commit 1702b5cf44
7 changed files with 107 additions and 4 deletions

View File

@ -166,6 +166,7 @@ impl From<KindWithContent> for KindDump {
documents_count,
allow_index_creation,
},
KindWithContent::DocumentEdition { .. } => todo!(),
KindWithContent::DocumentDeletion { documents_ids, .. } => {
KindDump::DocumentDeletion { documents_ids }
}