mirror of
https://github.com/YspCoder/clawgo.git
synced 2026-05-02 12:47:29 +08:00
autonomy M1 phase3: persist pause/resume reasons and durations for active-user idle-run auditing
This commit is contained in:
@@ -20,6 +20,8 @@ type TaskItem struct {
|
||||
Source string `json:"source"`
|
||||
DedupeHits int `json:"dedupe_hits,omitempty"`
|
||||
ResourceKeys []string `json:"resource_keys,omitempty"`
|
||||
LastPauseReason string `json:"last_pause_reason,omitempty"`
|
||||
LastPauseAt string `json:"last_pause_at,omitempty"`
|
||||
UpdatedAt string `json:"updated_at"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user