mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
implement index mock
This commit is contained in:
parent
607e28749a
commit
4835d82a0b
10 changed files with 386 additions and 377 deletions
|
@ -13,7 +13,7 @@ use crate::index::update_handler::UpdateHandler;
|
|||
use crate::index::updates::apply_settings_to_builder;
|
||||
|
||||
use super::error::Result;
|
||||
use super::{Index, Settings, Unchecked};
|
||||
use super::{index::Index, Settings, Unchecked};
|
||||
|
||||
#[derive(Serialize, Deserialize)]
|
||||
struct DumpMeta {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue