package
Version:
v0.0.0-...-281381b
Opens a new window with list of versions in this module.
Published: Feb 10, 2019
License: GPL-2.0
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
¶
ParseYaml parses a yaml and returns a Job slice
type CronJob struct {
Second string `yaml:"second"`
Minute string `yaml:"minute"`
Hour string `yaml:"hour"`
MonthDay string `yaml:"monthday"`
Month string `yaml:"month"`
WeekDay string `yaml:"weekday"`
Command string `yaml:"command"`
Shell string `yaml:"shell"`
}
Spec returns crontab spec (without command)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.