package main func jobRun() { c.AddFunc("@every 30s", healthCheck) c.Start() } func jobStop() { c.Stop() }