fix: job args
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user