rename RegisterUpdate to store::Update

This commit is contained in:
mpostma 2021-09-28 20:20:13 +02:00
parent 6f8e670dee
commit 7a27cbcc78
8 changed files with 41 additions and 42 deletions

View file

@ -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;