package generator type Generator interface { Run(jobId uint) } var Generators map[string]Generator