Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Nextepisode ¶
type Showinfo ¶
type Showinfo struct { Name string `json:"name"` Status string `json:"status"` Schedule struct { Time string `json:"time"` Days []string `json:"days"` } `json:"schedule"` Network struct { Name string `json:"name"` } `json:"network"` Links struct { Self struct { Href string `json:"href"` } `json:"self"` Previousepisode struct { Href string `json:"href"` } `json:"previousepisode"` Nextepisode struct { Href string `json:"href"` } `json:"nextepisode"` } `json:"_links"` }
Click to show internal directories.
Click to hide internal directories.