Documentation
¶
Index ¶
Constants ¶
View Source
const ( TrigStuckItems common.TriggerName = "Sending cached stuck items to website." TrigDownloadingItems common.TriggerName = "Sending cached downloading items to website." )
View Source
const TrigLidarrQueue common.TriggerName = "Storing Lidarr instance %d queue."
View Source
const TrigRadarrQueue common.TriggerName = "Storing Radarr instance %d queue."
View Source
const TrigReadarrQueue common.TriggerName = "Storing Readarr instance %d queue."
View Source
const TrigSonarrQueue common.TriggerName = "Storing Sonarr instance %d queue."
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.
func (*Action) StuckItems ¶
func (a *Action) StuckItems(input *common.ActionInput)
StuckItems sends the stuck queues items for all apps. Does not fetch fresh data first, uses cache.
type QueuesPaylod ¶ added in v0.4.1
type QueuesPaylod struct {
Lidarr itemList `json:"lidarr"`
Radarr itemList `json:"radarr"`
Readarr itemList `json:"readarr"`
Sonarr itemList `json:"sonarr"`
}
QueuesPaylod is what we send to the website.
Click to show internal directories.
Click to hide internal directories.