mirror of
https://github.com/moghtech/komodo.git
synced 2026-03-11 17:44:19 -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 operation: Operation,
|
||||
pub log: Vec<Log>,
|
||||
pub ts: i64,
|
||||
pub start_ts: i64,
|
||||
pub end_ts: i64,
|
||||
pub in_progress: bool,
|
||||
pub is_error: bool,
|
||||
pub operator: String,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user