Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct {
gorm.Model
Project string `gorm:"index:idx_ws"`
Workspace string `gorm:"index:idx_ws"`
Status int32
PlanResult string `gorm:"size:21844"`
Error string
PlanLog string `gorm:"size:21844"`
ApplyLog string `gorm:"size:21844"`
ProjectVersion string
WorkspaceVersion string
Destroy bool
}
Click to show internal directories.
Click to hide internal directories.