Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6763f26996 |
@@ -9,7 +9,7 @@ import (
|
||||
type CronJob interface {
|
||||
Description() string
|
||||
Periodic() time.Duration
|
||||
JobArgs() river.JobArgs
|
||||
JobArgs() []river.JobArgs
|
||||
InsertOpts() *river.InsertOpts
|
||||
RunOnStart() bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user