Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Actor ¶
type Doctor ¶
type Doctor struct {
ID int `json:"id"`
Incarnation string `json:"incarnation"`
PrimaryActorID int `json:"primaryActorID"`
Links []struct {
Rel string `json:"rel"`
Href string `json:"href"`
} `json:"links"`
}
func GetDoctors ¶
type Episode ¶
type Episode struct {
ID int `json:"id"`
Links []struct {
Rel string `json:"rel"`
Href string `json:"href"`
} `json:"links"`
Title string `json:"title,omitempty"`
SerialID *int `json:"serialID,omitempty"`
EpisodeOrder string `json:"episodeOrder,omitempty"`
OriginalAirDate string `json:"originalAirDate,omitempty"`
Runtime string `json:"runtime,omitempty"`
UkViewersMM float64 `json:"ukViewersMM,omitempty"`
AppreciationIndex int `json:"appreciationIndex,omitempty"`
Missing bool `json:"missing,omitempty"`
Recreated bool `json:"recreated,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.