Include retention and prune details in notifications
This commit is contained in:
@@ -155,6 +155,12 @@ type Run struct {
|
||||
FilesChanged int64 `json:"filesChanged,omitempty"`
|
||||
BytesProcessed int64 `json:"bytesProcessed,omitempty"`
|
||||
FilesProcessed int64 `json:"filesProcessed,omitempty"`
|
||||
RetentionBefore int `json:"retentionBefore,omitempty"`
|
||||
RetentionAfter int `json:"retentionAfter,omitempty"`
|
||||
RetentionRemoved int `json:"retentionRemoved,omitempty"`
|
||||
RepositoryBefore int64 `json:"repositoryBefore,omitempty"`
|
||||
RepositoryAfter int64 `json:"repositoryAfter,omitempty"`
|
||||
RepositoryFreed int64 `json:"repositoryFreed,omitempty"`
|
||||
ProgressPercent float64 `json:"progressPercent,omitempty"`
|
||||
ProgressBytes int64 `json:"progressBytes,omitempty"`
|
||||
ProgressTotal int64 `json:"progressTotal,omitempty"`
|
||||
|
||||
Reference in New Issue
Block a user