mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
introduce TaskListIdentifier
This commit is contained in:
parent
aa50acb031
commit
5a5066023b
4 changed files with 54 additions and 18 deletions
|
@ -216,6 +216,7 @@ impl From<Task> for TaskView {
|
|||
TaskType::IndexUpdate,
|
||||
Some(TaskDetails::IndexInfo { primary_key }),
|
||||
),
|
||||
TaskContent::Dump { path: _ } => todo!(),
|
||||
};
|
||||
|
||||
// An event always has at least one event: "Created"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue