mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
WIP: dump
This commit is contained in:
parent
0275b36fb0
commit
0f94ef8abc
10 changed files with 64 additions and 40 deletions
|
@ -13,9 +13,8 @@ use crate::index_controller::{UpdateMeta, UpdateStatus};
|
|||
|
||||
use actor::UpdateActor;
|
||||
use message::UpdateMsg;
|
||||
use update_store::UpdateStore;
|
||||
pub use update_store::UpdateStoreInfo;
|
||||
|
||||
pub use update_store::{UpdateStore, UpdateStoreInfo};
|
||||
pub use handle_impl::UpdateActorHandleImpl;
|
||||
|
||||
pub type Result<T> = std::result::Result<T, UpdateError>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue