mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
fix the whole batchKind thingy
This commit is contained in:
parent
af0f5d6c0c
commit
6b9689a1c0
4 changed files with 292 additions and 5 deletions
|
@ -27,6 +27,9 @@ pub struct Task {
|
|||
#[serde(with = "time::serde::rfc3339::option")]
|
||||
pub finished_at: Option<OffsetDateTime>,
|
||||
|
||||
pub error: Option<String>,
|
||||
pub info: Option<String>,
|
||||
|
||||
pub status: Status,
|
||||
pub kind: KindWithContent,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue