1 Commits

Author SHA1 Message Date
Rogee
6763f26996 fix: job args 2024-12-30 19:34:34 +08:00

View File

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