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