adds full action fields to struct
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
All checks were successful
gitea-deepak/gogmagog/pipeline/head This commit looks good
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user