func github.com/robfig/cron/v3.NewChain

3 uses

	github.com/robfig/cron/v3 (current package)
		chain.go#L20: func NewChain(c ...JobWrapper) Chain {
		cron.go#L116: 		chain:     NewChain(),
		option.go#L36: 		c.chain = NewChain(wrappers...)