implements most operations

This commit is contained in:
Tamo 2022-09-07 22:16:49 +02:00 committed by Clément Renault
parent 9aa31cd391
commit ef4594c078
No known key found for this signature in database
GPG key ID: 92ADA4E935E71FA4
2 changed files with 68 additions and 3 deletions

View file

@ -2,6 +2,7 @@ use anyhow::Result;
use serde::{Deserialize, Serialize};
use std::path::PathBuf;
use time::OffsetDateTime;
use uuid::Uuid;
use crate::TaskId;
@ -56,7 +57,7 @@ pub enum KindWithContent {
Snapshot,
DocumentAddition {
index_name: String,
content_file: String,
content_file: Uuid,
},
DocumentDeletion {
index_name: String,