MCPcopy
hub / github.com/robfig/cron / Option

FuncType Option

option.go:8–8  ·  option.go::Option

Option represents a modification to the default behavior of a Cron.

func(*Cron)

Source from the content-addressed store, hash-verified

6
7// Option represents a modification to the default behavior of a Cron.
8type Option func(*Cron)
9
10// WithLocation overrides the timezone of the cron instance.
11func WithLocation(loc *time.Location) Option {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected