type github.com/robfig/cron/v3.Chain
5 uses
github.com/robfig/cron/v3 (current package)
chain.go#L15: type Chain struct {
chain.go#L20: func NewChain(c ...JobWrapper) Chain {
chain.go#L21: return Chain{c}
chain.go#L30: func (c Chain) Then(j Job) Job {
cron.go#L15: chain Chain
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)