github.com/robfig/cron/v3.SpecSchedule.Dow (field)
9 uses
github.com/robfig/cron/v3 (current package)
parser.go#L150: Dow: dayofweek,
parser.go#L374: Dow: all(dow),
parser.go#L385: Dow: all(dow),
parser.go#L396: Dow: 1 << dow.min,
parser.go#L407: Dow: all(dow),
parser.go#L418: Dow: all(dow),
spec.go#L8: Second, Minute, Hour, Dom, Month, Dow uint64
spec.go#L182: dowMatch bool = 1<<uint(t.Weekday())&s.Dow > 0
spec.go#L184: if s.Dom&starBit > 0 || s.Dow&starBit > 0 {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)