This commit is contained in:
Ziming 2019-07-30 08:33:32 +08:00 committed by GitHub
parent e8f9f58550
commit 81950980bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,10 +41,10 @@ type RetentionExecution struct {
PolicyID int64 `orm:"column(policy_id)"`
DryRun bool
// manual, scheduled
Trigger string
StartTime time.Time
EndTime time.Time `orm:"-"`
Status string `orm:"-"`
Trigger string
StartTime time.Time
EndTime time.Time `orm:"-"`
Status string `orm:"-"`
}
// RetentionTask ...