mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
WIP rebase on main
This commit is contained in:
parent
0f94ef8abc
commit
c3552cecdf
20 changed files with 158 additions and 197 deletions
|
@ -32,7 +32,7 @@ pub enum UpdateMsg<D> {
|
|||
ret: oneshot::Sender<Result<()>>,
|
||||
},
|
||||
Dump {
|
||||
uuids: HashSet<Uuid>,
|
||||
uuids: HashSet<(String, Uuid)>,
|
||||
path: PathBuf,
|
||||
ret: oneshot::Sender<Result<()>>,
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue