Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PanicHandler ¶
type PanicHandler func(job *model.Job, logger logger.Logger, data interface{}, stack []byte) *model.JobR
PanicHandler AFAIRE.
type Runner ¶
type Runner struct {
// contains filtered or unexported fields
}
Runner AFAIRE.
func (*Runner) AddJobHandler ¶
func (r *Runner) AddJobHandler(jobType string, handler JobHandler) error
AddJobHandler AFAIRE.
func (*Runner) SetPanicHandler ¶
func (r *Runner) SetPanicHandler(panicHandler PanicHandler)
SetPanicHandler AFAIRE.
Click to show internal directories.
Click to hide internal directories.