feat: remove kind
This commit is contained in:
@@ -14,7 +14,6 @@ type CronJobArgInterface interface {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type CronJobArg struct {
|
type CronJobArg struct {
|
||||||
Kind string
|
|
||||||
RunOnStart bool
|
RunOnStart bool
|
||||||
PeriodicInterval river.PeriodicSchedule
|
PeriodicInterval river.PeriodicSchedule
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user