Maciej Szulik
|
092df9755a
Add check for empty spec
|
8 年之前 |
Luke Scott
|
edf8e838b7
Add godoc to exported fields, fix golint warning
|
9 年之前 |
Luke Scott
|
470ac64214
Merge branch 'master' into parser-options
|
9 年之前 |
Maciej Szulik
|
fcc395c6f4
Refactor parsing to return error instead of using panic/recover
|
9 年之前 |
Maciej Szulik
|
b43eae7392
Add method capable of parsing standard cron spec
|
9 年之前 |
Luke Scott
|
6c23101832
Fix mispelling
|
9 年之前 |
Luke Scott
|
e18ecebffb
Add parser options
|
9 年之前 |
chenfeng2
|
afe033740e
Step of range should be a positive number
|
9 年之前 |
Rob Figueiredo
|
f2c3314377
Return an error rather than panicking on invalid cron specs
|
12 年之前 |
Timo Linna
|
11878508a9
Remove unused function
|
12 年之前 |
Timo Linna
|
d4118d68ea
Fix parser comment about the required fields
|
12 年之前 |
Rob Figueiredo
|
c4429b3357
Make the Cron Schedule an interface and add a generic Schedule routine. Add a constant delay schedule with an interface of either Every(time.Minute) or a spec of "@every 5m"
|
13 年之前 |
Rob Figueiredo
|
9f40a4b026
Improve the godoc
|
13 年之前 |
Rob Figueiredo
|
78f5232d84
Add Schedule.Next() to find the next actiation time. Separate schedule methods from spec parsing functions. Change cron activation tests to a test of Next()
|
13 年之前 |