Local Job
A Local Job indicates a Job that will only be assigned to local workers.
collaborate.Set("Local",
[]string{"GET", "POST"},
core.ExampleJobHandler[, handlers...])
If none of the method was provided, the JobHandler will be set to HTTP GET method as default.