single update store instance

This commit is contained in:
Marin Postma
2021-04-13 17:14:02 +02:00
parent 5a38f13cae
commit 9ce68d11a7
12 changed files with 95 additions and 202 deletions

View File

@ -75,6 +75,7 @@ pub trait IndexActorHandle {
async fn create_index(&self, uuid: Uuid, primary_key: Option<String>) -> Result<IndexMeta>;
async fn update(
&self,
uuid: Uuid,
meta: Processing<UpdateMeta>,
data: std::fs::File,
) -> anyhow::Result<UpdateResult>;