feat: remove kind

This commit is contained in:
rogeecn
2025-03-17 10:32:11 +08:00
parent 4bc900f387
commit 24b3de2c38

View File

@@ -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