package
Version:
v1.0.4
Opens a new window with list of versions in this module.
Published: Mar 23, 2025
License: Apache-2.0
Opens a new window with license information.
Imports: 11
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Config struct {
Disable bool `json:"disable" yaml:"disable"`
Spec string `json:"spec" yaml:"spec"`
Startup bool `json:"startup" yaml:"startup"`
Jitter int `json:"jitter" yaml:"jitter"`
}
type Job interface {
Name() string
Do()
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.