mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
rename RegisterUpdate to store::Update
This commit is contained in:
parent
6f8e670dee
commit
7a27cbcc78
8 changed files with 41 additions and 42 deletions
|
@ -5,7 +5,7 @@ pub mod options;
|
|||
pub mod index;
|
||||
pub mod index_controller;
|
||||
|
||||
pub use index_controller::{IndexController as MeiliSearch, updates::RegisterUpdate};
|
||||
pub use index_controller::{IndexController as MeiliSearch, updates::store::Update};
|
||||
|
||||
mod compression;
|
||||
mod document_formats;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue