Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) GetEpisodeInfo ¶
func (*Client) Search ¶
func (c *Client) Search(ctx context.Context, input SearchInput) (SearchResult, error)
type EditionDetail ¶
type EpisodeLookup ¶
type EpisodeLookup struct {
ID string
Title string
Series SeriesInfo
NextEpisode EpisodeRef
PreviousEpisode EpisodeRef
}
type EpisodeRef ¶
type Info ¶
type Info struct {
IMDbID string
IMDbURL string
Title string
Country string
CountryList string
Year int
EndYear int
AKA string
Type string
RuntimeMinutes int
RuntimeText string
Cover string
Plot string
Genres string
Rating float64
RatingCount int
RatingText string
Directors []Person
Creators []Person
Writers []Person
Stars []Person
Editions []string
EditionDetails map[string]EditionDetail
Akas []AKA
Episodes []Episode
SeasonsSummary []SeasonSummary
SoundMixes []string
TVYear int
OriginalLanguage string
}
type ReleaseDate ¶
type SearchInput ¶
type SearchResult ¶
type SeasonSummary ¶
Click to show internal directories.
Click to hide internal directories.