mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Introduce the UpdateBuilder type along with some update operations
This commit is contained in:
parent
adacc7977d
commit
b14cca2ad9
9 changed files with 382 additions and 39 deletions
5
src/update/mod.rs
Normal file
5
src/update/mod.rs
Normal file
|
@ -0,0 +1,5 @@
|
|||
mod update_builder;
|
||||
mod update_store;
|
||||
|
||||
pub use self::update_builder::UpdateBuilder;
|
||||
pub use self::update_store::UpdateStore;
|
Loading…
Add table
Add a link
Reference in a new issue