func shutdown()

in app/eventgen/api/api.go [65:67]


func shutdown(c *gin.Context) {
	generator.Stop()
}