mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
Update the canceledBy and finishedAt fields
This commit is contained in:
parent
74657bba2c
commit
01ed1fb128
6 changed files with 29 additions and 8 deletions
|
@ -30,6 +30,7 @@ pub struct Task {
|
|||
pub finished_at: Option<OffsetDateTime>,
|
||||
|
||||
pub error: Option<ResponseError>,
|
||||
pub canceled_by: Option<TaskId>,
|
||||
pub details: Option<Details>,
|
||||
|
||||
pub status: Status,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue