Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct { Uuid string Status JobProgress Reason string CtxCancel context.CancelFunc MainStep *StepModule.Step CreateTime time.Time StartTime time.Time EndTime time.Time }
type JobProgress ¶
type JobProgress int
const ( CREATED JobProgress = iota PROCESSING FINISHED FAILED CANCELING CANCELED )
Click to show internal directories.
Click to hide internal directories.