Option represents a modification to the default behavior of a Cron.
func(*Cron)
| 6 | |
| 7 | // Option represents a modification to the default behavior of a Cron. |
| 8 | type Option func(*Cron) |
| 9 | |
| 10 | // WithLocation overrides the timezone of the cron instance. |
| 11 | func WithLocation(loc *time.Location) Option { |
nothing calls this directly
no outgoing calls
no test coverage detected