Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ScheduleEmitter ¶ added in v1.16.1
type ScheduleEmitter interface {
Ch() chan string
}
ScheduleEmitter emits crontab schedule events. ManagerEventsHandler only needs this subset of ScheduleManager.
type ScheduleManager ¶
type ScheduleManager interface {
ScheduleRegistry
ScheduleEmitter
Stop()
Start()
}
type ScheduleRegistry ¶ added in v1.16.1
type ScheduleRegistry interface {
Add(entry smtypes.ScheduleEntry)
Remove(entry smtypes.ScheduleEntry)
}
ScheduleRegistry manages cron schedule entries. ScheduleBindingsController only needs this subset of ScheduleManager.
Click to show internal directories.
Click to hide internal directories.