Documentation ¶
Index ¶
Constants ¶
View Source
const ( TrigPollSite common.TriggerName = "Polling Notifiarr for new settings." TrigUpCheck common.TriggerName = "Telling Notifiarr website we are still up!" )
TrigPollSite is our site polling trigger identifier.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Action ¶
type Action struct {
// contains filtered or unexported fields
}
Action contains the exported methods for this package.
type Timer ¶
type Timer struct { *clientinfo.CronConfig // contains filtered or unexported fields }
Timer is used to trigger actions.
func (*Timer) Run ¶
func (t *Timer) Run(input *common.ActionInput)
Run fires a custom cron timer (GET).
Click to show internal directories.
Click to hide internal directories.