修改:使用 数据库配置定时调度,配置变更发送指令重新加载

git-svn-id: svn://47.119.165.148/zhub@67 e63fbceb-bcc3-4977-ac22-735b83d8d0f4
This commit is contained in:
lxy
2021-01-12 10:56:22 +00:00
parent 3d380e9353
commit 080d9be53b
7 changed files with 107 additions and 27 deletions

5
go.mod
View File

@@ -2,4 +2,7 @@ module zhub
go 1.15
require github.com/robfig/cron v1.2.0
require (
github.com/go-sql-driver/mysql v1.5.0
github.com/robfig/cron v1.2.0
)