adds full action fields to struct
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good

This commit is contained in:
2020-12-29 15:05:00 -06:00
parent 7ae7f294da
commit 50bbcdc71d
4 changed files with 26 additions and 7 deletions

View File

@@ -8,6 +8,10 @@ import (
type Action struct {
ActionID int64
ActionDescription string
EstimatedChunks int
CompletedChunks int
CompletedOn time.Time
PlanID int
CreatedAt time.Time
UpdatedAt time.Time
}