MCPcopy Index your code
hub / github.com/FloatTech/ZeroBot-Plugin / GetFilledCronTimer

Function GetFilledCronTimer

plugin/manager/timer/parse.go:32–40  ·  view source on GitHub ↗

GetFilledCronTimer 获得以cron填充好的ts

(croncmd string, alert string, img string, botqq, gid int64)

Source from the content-addressed store, hash-verified

30
31// GetFilledCronTimer 获得以cron填充好的ts
32func GetFilledCronTimer(croncmd string, alert string, img string, botqq, gid int64) *Timer {
33 var t Timer
34 t.Alert = alert
35 t.Cron = croncmd
36 t.URL = img
37 t.SelfID = botqq
38 t.GrpID = gid
39 return &t
40}
41
42// GetFilledTimer 获得填充好的ts
43func GetFilledTimer(dateStrs []string, botqq, grp int64, matchDateOnly bool) *Timer {

Callers 1

initFunction · 0.92

Calls

no outgoing calls

Tested by

no test coverage detected