func worker(f *framework.Framework, pod *v1.Pod, id int, jobs <-chan int, results chan<- error) { … } var _ …