feat:完善项目
This commit is contained in:
11
cron/init.go
Normal file
11
cron/init.go
Normal file
@ -0,0 +1,11 @@
|
||||
package cron
|
||||
|
||||
import (
|
||||
"github.com/robfig/cron"
|
||||
)
|
||||
|
||||
func Init() {
|
||||
c := cron.New()
|
||||
//_ = c.AddFunc(NewTenant().ContractDeadline()())
|
||||
c.Start()
|
||||
}
|
Reference in New Issue
Block a user