type github.com/robfig/cron/v3.Job

16 uses

	github.com/robfig/cron/v3 (current package)
		chain.go#L11: type JobWrapper func(Job) Job
		chain.go#L30: func (c Chain) Then(j Job) Job {
		chain.go#L39: 	return func(j Job) Job {
		chain.go#L62: 	return func(j Job) Job {
		chain.go#L79: 	return func(j Job) Job {
		cron.go#L35: type Job interface {
		cron.go#L66: 	WrappedJob Job
		cron.go#L71: 	Job Job
		cron.go#L148: func (c *Cron) AddJob(spec string, cmd Job) (EntryID, error) {
		cron.go#L158: func (c *Cron) Schedule(schedule Schedule, cmd Job) EntryID {
		cron.go#L308: func (c *Cron) startJob(j Job) {