package server import "fmt" // this function schedules the tasks and will be called periodically, see server.Start() func (s *Server) interval() { fmt.Println("taskengine was called") }