type github.com/robfig/cron/v3.ConstantDelaySchedule

4 uses

	github.com/robfig/cron/v3 (current package)
		constantdelay.go#L7: type ConstantDelaySchedule struct {
		constantdelay.go#L14: func Every(duration time.Duration) ConstantDelaySchedule {
		constantdelay.go#L18: 	return ConstantDelaySchedule{
		constantdelay.go#L25: func (schedule ConstantDelaySchedule) Next(t time.Time) time.Time {