Documentation ¶
Overview ¶
Pcakage triggers provides a simple interface to setup all sub-module triggers. Adding a new trigger here should be two new lines of code and a new import.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Actions ¶
type Actions struct { // Order is important here. PlexCron *plexcron.Action Backups *backups.Action CFSync *cfsync.Action CronTimer *crontimer.Action Dashboard *dashboard.Action FileWatch *filewatch.Action Gaps *gaps.Action SnapCron *snapcron.Action StarrQueue *starrqueue.Action Commands *commands.Action // contains filtered or unexported fields }
Actions defines all our triggers and timers. Any action here will automatically have its interface methods called.
Directories ¶
Path | Synopsis |
---|---|
package commands provides the interfaces and structures to trigger and run shell commands.
|
package commands provides the interfaces and structures to trigger and run shell commands. |
Click to show internal directories.
Click to hide internal directories.