deliveroo-cron:Cron表达式解析器实用程序

时间:2024-03-27 09:31:28
【文件属性】:

文件名称:deliveroo-cron:Cron表达式解析器实用程序

文件大小:5.01MB

文件格式:ZIP

更新时间:2024-03-27 09:31:28

Go

Cron表达式解析器 该实用程序使用户能够以标准格式(Example: */15 0 1,15 * 1-5 /usr/bin/find)将cron expression + command的组合cron expression + command传入参数,并以爆炸格式输出输出,如下所示:如下: minute 0,15,30,45 hour 0 day of month 1,15 month 1,2,3,4,5,6,7,8,9,10,11,12 day of week 1,2,3,4,5 command /usr/bin/find 设置: 先决条件:Git,GoLang 安装Golang: 对于Debian: cd $HOME mkdir -p go apt-get update && apt-get install w


【文件预览】:
deliveroo-cron-main
----.gitignore(24B)
----go.mod(113B)
----Makefile(920B)
----model()
--------interval_test.go(2KB)
--------bitset.go(1KB)
--------cron_test.go(260B)
--------cron.go(727B)
--------interval.go(1KB)
--------bitset_test.go(2KB)
----bin()
--------share()
----ss.png(53KB)
----go.sum(1KB)
----util()
--------argument_parser.go(295B)
--------ordinal.go(258B)
--------argument_parser_test.go(544B)
--------ordinal_test.go(610B)
--------output_fmt.go(311B)
--------output_fmt_test.go(285B)
----app.go(516B)
----README.md(3KB)
----decoder()
--------decoder.go(2KB)
--------decoder_test.go(2KB)
----common()
--------errors.go(594B)
--------constants.go(476B)

网友评论