package documents type Generator interface { Run(chan bool) } var Generators map[string]Generator