Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶ added in v0.9.6
type Config struct {
// RunImmediately indicates whether to run the cronjob immediately after registration
// in addition to the scheduled execution
RunImmediately bool `json:"run_immediately" yaml:"run_immediately" toml:"run_immediately"`
}
Config defines the configuration for cronjob package
Click to show internal directories.
Click to hide internal directories.