Kind returns a unique string that identifies the type of job. It's used to determine which worker should work the job.
()
| 29 | // Kind returns a unique string that identifies the type of job. It's used to |
| 30 | // determine which worker should work the job. |
| 31 | Kind() string |
| 32 | } |
| 33 | |
| 34 | // JobInsertResult is the result of a job insert, containing the inserted job |
no outgoing calls