github.com/robfig/cron/v3.ConstantDelaySchedule.Delay (field)

3 uses

	github.com/robfig/cron/v3 (current package)
		constantdelay.go#L8: 	Delay time.Duration
		constantdelay.go#L19: 		Delay: duration - time.Duration(duration.Nanoseconds())%time.Second,
		constantdelay.go#L26: 	return t.Add(schedule.Delay - time.Duration(t.Nanosecond())*time.Nanosecond)