Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Error ¶
func Error(w http.ResponseWriter, err error)
func Output ¶
func Output(w http.ResponseWriter, items []torznab.ResultItem)
Types ¶
type Result ¶
type Result struct { ReleaseName string `json:"release_name"` TorrentID string `json:"torrent_id"` DetailsURL string `json:"details_url"` DownloadURL string `json:"download_url"` ImdbID string `json:"imdb_id"` Freeleech bool `json:"freeleech"` Type string `json:"type"` Size int `json:"size"` Leechers int `json:"leechers"` Seeders int `json:"seeders"` }
Click to show internal directories.
Click to hide internal directories.