1 Star 0 Fork 0

mysoft-free/cron-task

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
context.go 265 Bytes
一键复制 编辑 原始数据 按行查看 历史
JYoung 提交于 2020-06-04 09:50 +08:00 . 修改
package context
import (
"gitee.com/mysoft-free/cron-task/lib/log"
"gitee.com/mysoft-free/cron-task/lib/types"
"github.com/robfig/cron/v3"
)
type Context struct {
CronDone chan bool
Log *log.ConsoleOut
Config *types.TomlConfig
Cron *cron.Cron
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/mysoft-free/cron-task.git
git@gitee.com:mysoft-free/cron-task.git
mysoft-free
cron-task
cron-task
80b3c92effd7

搜索帮助