package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jan 4, 2026
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type CronOpts struct {
EnableSeconds bool `yaml:"enableSeconds" json:"enableSeconds" validate:"required"`
Jobs []Job `yaml:"jobs" json:"jobs" validate:"required"`
}
type Job struct {
Name string `yaml:"name" json:"name" validate:"required"`
Schedule string `yaml:"schedule" json:"schedule" validate:"required"`
Disable bool `yaml:"disable" json:"disable" validate:"required"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.