package
Version:
v0.2.7
Opens a new window with list of versions in this module.
Published: Feb 12, 2023
License: MIT
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Action struct {
Name string `yaml:"name" required:"true"`
Command string `yaml:"command" required:"true"`
Code int `yaml:"code" default:"0"`
Cron string `yaml:"cron" default:"* * * * *"`
On On `yaml:"when"`
}
type On struct {
Start string `yaml:"start"`
Success string `yaml:"success"`
Failure string `yaml:"failure"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.