github.com/robfig/cron/v3.Cron.AddJob (method)

2 uses

	github.com/robfig/cron/v3 (current package)
		cron.go#L142: 	return c.AddJob(spec, FuncJob(cmd))
		cron.go#L148: func (c *Cron) AddJob(spec string, cmd Job) (EntryID, error) {