fix: job args

This commit is contained in:
Rogee
2024-12-30 19:34:34 +08:00
parent 492f64904c
commit 6763f26996

View File

@@ -9,7 +9,7 @@ import (
type CronJob interface {
Description() string
Periodic() time.Duration
JobArgs() river.JobArgs
JobArgs() []river.JobArgs
InsertOpts() *river.InsertOpts
RunOnStart() bool
}