mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
get update id
This commit is contained in:
parent
4119ae8655
commit
60371b9dcf
4 changed files with 47 additions and 38 deletions
|
@ -135,4 +135,6 @@ pub trait IndexController {
|
|||
|
||||
/// Returns, if it exists, an `IndexView` to the requested index.
|
||||
fn index(&self, uid: impl AsRef<str>) -> anyhow::Result<Option<Arc<Index>>>;
|
||||
|
||||
fn update_status(&self, index: impl AsRef<str>, id: u64) -> anyhow::Result<Option<UpdateStatus<UpdateMeta, UpdateResult, String>>>;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue