summaryrefslogtreecommitdiff
path: root/plugins/jobs/job.go
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jobs/job.go')
-rw-r--r--plugins/jobs/job.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/plugins/jobs/job.go b/plugins/jobs/job.go
index 8458b25b..79bb8ad8 100644
--- a/plugins/jobs/job.go
+++ b/plugins/jobs/job.go
@@ -5,12 +5,6 @@ import (
"github.com/spiral/roadrunner/v2/utils"
)
-//// Handler handles job execution.
-//type Handler func(id string, j *Job) error
-//
-//// ErrorHandler handles job execution errors.
-//type ErrorHandler func(id string, j *Job, err error)
-
// Job carries information about single job.
type Job struct {
// Job contains name of job broker (usually PHP class).