github.com/technosophos/deis@v1.7.1-0.20150915173815-f9005256004b/mesos/pkg/types/cron.go (about) 1 package types 2 3 // Cron struct executes code with a time interval 4 type Cron struct { 5 Frequency string 6 Code func() 7 }