update docs and add mocks pkg (#610)

This commit is contained in:
John Roesler
2023-11-09 16:00:18 -06:00
committed by GitHub
parent 4a57125579
commit ad5613c55f
13 changed files with 593 additions and 1 deletions
+1
View File
@@ -1,3 +1,4 @@
//go:generate mockgen -source=distributed.go -destination=mocks/distributed.go -package=gocronmocks
package gocron
import "context"