Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Job ¶
type Job struct { *internaljob.Job Preheat }
func (*Job) GetGroupJobState ¶ added in v2.0.1
func (j *Job) GetGroupJobState(id string) (*internaljob.GroupJobState, error)
type Preheat ¶
type Preheat interface {
CreatePreheat(context.Context, []model.Scheduler, types.PreheatArgs) (*internaljob.GroupJobState, error)
}
type PreheatType ¶
type PreheatType string
const ( PreheatImageType PreheatType = "image" PreheatFileType PreheatType = "file" )
Click to show internal directories.
Click to hide internal directories.