mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
dump updates
This commit is contained in:
parent
464639aa0f
commit
3593ebb8aa
8 changed files with 252 additions and 169 deletions
|
@ -32,7 +32,7 @@ pub enum UpdateMsg<D> {
|
|||
ret: oneshot::Sender<Result<()>>,
|
||||
},
|
||||
Dump {
|
||||
uuids: HashSet<(String, Uuid)>,
|
||||
uuids: HashSet<Uuid>,
|
||||
path: PathBuf,
|
||||
ret: oneshot::Sender<Result<()>>,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue