Versions in this module Expand all Collapse all v0 v0.2.0 Jul 4, 2018 Changes in this version type Config + Timeout exp.Dur v0.1.0 May 7, 2018 Changes in this version + type Config struct + APIKey string + HTTPPass string + HTTPUser string + Tag string + URL string + func (c *Config) Req(path string, params url.Values) ([]byte, error) + type RadarHistory struct + Page int + PageSize int + Records []*RadarRecord + SortDirection string + SortKey string + TotalRecords int64 + type RadarQueue struct + DownloadID string + EstimatedCompletionTime time.Time + ID int64 + Movie struct{ ... } + Protocol string + Quality struct{ ... } + Size float64 + Sizeleft float64 + Status string + StatusMessages []struct{ ... } + Timeleft string + Title string + TrackedDownloadStatus string + func RadarrQueue(c Config) ([]*RadarQueue, error) + type RadarRecord struct + Data struct{ ... } + Date time.Time + DownloadID string + EpisodeID int64 + EventType string + ID int + Movie struct{ ... } + MovieID int64 + Quality struct{ ... } + QualityCutoffNotMet bool + SeriesID int64 + SourceTitle string + func RadarrHistory(c Config) ([]*RadarRecord, error) + type SonarQueue struct + DownloadID string + Episode struct{ ... } + EstimatedCompletionTime time.Time + ID int64 + Protocol string + Quality struct{ ... } + Series struct{ ... } + Size float64 + Sizeleft float64 + Status string + StatusMessages []struct{ ... } + Timeleft string + Title string + TrackedDownloadStatus string + func SonarrQueue(c Config) ([]*SonarQueue, error)