mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
start writting the compat layer between v5 and v6
This commit is contained in:
parent
998b3533f5
commit
4958bf3a55
11 changed files with 909 additions and 38 deletions
|
@ -11,7 +11,7 @@ pub type Result<T> = std::result::Result<T, Error>;
|
|||
pub type TaskId = u32;
|
||||
|
||||
pub use error::Error;
|
||||
pub use task::{Kind, KindWithContent, Status, TaskView};
|
||||
pub use task::{Details, Kind, KindWithContent, Status, TaskView};
|
||||
|
||||
use std::path::PathBuf;
|
||||
use std::sync::{Arc, RwLock};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue