diff options
author | Valery Piashchynski <[email protected]> | 2021-06-22 11:44:22 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2021-06-22 11:44:22 +0300 |
commit | 1a2a1f4735e40675abf6cd9767c99374359ec2bb (patch) | |
tree | 5abedf7306b50b02ba3892c0bc562307a62eb332 /plugins/jobs/job.go | |
parent | 260d69c21fba6d763d05dc5693689ddf7ce7bfe2 (diff) |
- Remove all old code, reformat, fix linters, return GA
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'plugins/jobs/job.go')
-rw-r--r-- | plugins/jobs/job.go | 6 |
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). |