2 Star 2 Fork 3

联犀/core

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
timedjob.go 264 Bytes
一键复制 编辑 原始数据 按行查看 历史
杨磊 提交于 2024-10-10 21:56 . feat: 更新mod
package main
import (
"context"
"gitee.com/unitedrhino/core/service/timed/timedjobsvr/timedjobdirect"
"gitee.com/unitedrhino/share/utils"
)
func main() {
defer utils.Recover(context.Background())
ctx := timedjobdirect.GetSvcCtx()
timedjobdirect.Run(ctx)
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/unitedrhino/core.git
git@gitee.com:unitedrhino/core.git
unitedrhino
core
core
v0.2.2

搜索帮助