Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PassProcessTaskJob ¶
type PassProcessTaskJob struct {
// contains filtered or unexported fields
}
func NewPassProcessTaskJob ¶
func (*PassProcessTaskJob) Name ¶
func (c *PassProcessTaskJob) Name() string
type RecoveryTaskJob ¶ added in v1.8.0
type RecoveryTaskJob struct {
// contains filtered or unexported fields
}
func NewRecoveryTaskJob ¶ added in v1.8.0
func NewRecoveryTaskJob(svc service.Service, execSvc service.ExecService, cronSvc service.Cronjob, limit int64) *RecoveryTaskJob
type StartTaskJob ¶
type StartTaskJob struct {
// contains filtered or unexported fields
}
func NewStartTaskJob ¶
func (*StartTaskJob) Name ¶
func (c *StartTaskJob) Name() string
Click to show internal directories.
Click to hide internal directories.