Versions in this module Expand all Collapse all v0 v0.3.3 Nov 2, 2022 v0.3.2 Nov 21, 2021 v0.3.1 Oct 19, 2021 v0.3.0 Sep 18, 2021 v0.2.0 Jun 11, 2021 Changes in this version + var ErrItemNotFound = errors.New("not found") + type Client struct + func New(cfg *Config) *Client + func (c *Client) GetMovie(providerType string, providerId string) (*Movie, error) + func (c *Client) GetShow(providerType string, providerId string) (*Show, error) + type Config struct + ClientId string + Verbosity string + type Movie struct + AvailableTranslations []string + Certification string + Character string + CommentCount int + Country string + Genres []string + Homepage string + Ids MovieIds + Language string + Overview string + Rating float64 + Released string + Runtime int + Status string + Tagline string + Title string + Trailer string + Type string + Votes int + Year int + type MovieIds struct + Imdb string + Slug string + Tmdb int + Trakt int + type Show struct + AiredEpisodes int + AvailableTranslations []string + Certification string + Character string + CommentCount int + Country string + FirstAired time.Time + Genres []string + Homepage string + Ids ShowIds + Language string + Network string + Overview string + Rating float64 + Runtime int + Status string + Title string + Trailer string + Type string + Votes int + Year int + type ShowIds struct + Imdb string + Slug string + Tmdb int + Trakt int + Tvdb int v0.1.3 Mar 5, 2021 v0.1.2 Feb 23, 2021 v0.1.1 Feb 22, 2021 v0.1.0 Feb 15, 2021