package
Version:
v0.1.8
Opens a new window with list of versions in this module.
Published: Jan 7, 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:"on" requred:"true"`
}
type On struct {
Start string `yaml:"start"`
Success string `yaml:"success" required:"true"`
Failure string `yaml:"failure"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.