Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6763f26996 |
@@ -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