Documentation
¶
Index ¶
Constants ¶
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Task ¶
type Task struct {
ID int64 `db:"id"`
NameSpace string `db:"namespace"`
Resource string `db:"resource"`
Type string `db:"task_type"`
Spec string `db:"spec"`
Status string `db:"status"`
IsCanceled bool `db:"is_canceled"`
IsSkipPaused bool `db:"is_skip_paused"`
IsUrgentSkipped bool `db:"is_urgent_skipped"`
IsClosed bool `db:"is_closed"`
IsPaused bool `db:"is_paused"`
IsClosedManually bool `db:"is_closed_manually"`
OpUser string `db:"op_user"`
CreateTime time.Time `db:"create_time"`
LastUpdateTime time.Time `db:"last_update_time"`
}
Click to show internal directories.
Click to hide internal directories.