mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
fix the whole batchKind thingy
This commit is contained in:
parent
ef4594c078
commit
074dee59ec
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