mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
implement index dump
This commit is contained in:
parent
7ad553670f
commit
4acbe8e473
8 changed files with 79 additions and 55 deletions
|
@ -1,4 +1,4 @@
|
|||
use std::path::{Path};
|
||||
use std::path::Path;
|
||||
use actix_web::web::Bytes;
|
||||
use tokio::sync::{mpsc, oneshot};
|
||||
use super::{DumpActor, DumpActorHandle, DumpInfo, DumpMsg, DumpResult};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue