mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-30 14:25:22 -05:00
add start / end ts, in progress to update
This commit is contained in:
@@ -137,7 +137,9 @@ pub struct Update {
|
|||||||
pub entity_id: Option<String>,
|
pub entity_id: Option<String>,
|
||||||
pub operation: Operation,
|
pub operation: Operation,
|
||||||
pub log: Vec<Log>,
|
pub log: Vec<Log>,
|
||||||
pub ts: i64,
|
pub start_ts: i64,
|
||||||
|
pub end_ts: i64,
|
||||||
|
pub in_progress: bool,
|
||||||
pub is_error: bool,
|
pub is_error: bool,
|
||||||
pub operator: String,
|
pub operator: String,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user