service

package
v0.0.0-...-535fbdb Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 26, 2019 License: MIT Imports: 8 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetMovieInformationForDatabase

func GetMovieInformationForDatabase(client microClient.Client, id uint64, options map[string]string) (*models.Movie, error)

func GetTMDBService

func GetTMDBService(client microClient.Client) proto.TMDBService

func TMDBGetMovieAlternativeTitles

func TMDBGetMovieAlternativeTitles(client microClient.Client, id uint64, options map[string]string) (*tmdb.MovieAlternativeTitles, error)

func TMDBGetMovieChanges

func TMDBGetMovieChanges(client microClient.Client, id uint64, options map[string]string) (*tmdb.MovieChanges, error)

func TMDBGetMovieCredits

func TMDBGetMovieCredits(client microClient.Client, id uint64, options map[string]string) (*tmdb.MovieCredits, error)

func TMDBGetMovieExternalIDs

func TMDBGetMovieExternalIDs(client microClient.Client, id uint64, options map[string]string) (*tmdb.MovieExternalIDs, error)

func TMDBGetMovieImages

func TMDBGetMovieImages(client microClient.Client, id uint64, options map[string]string) (*tmdb.MovieImages, error)

func TMDBGetMovieInformation

func TMDBGetMovieInformation(client microClient.Client, id uint64, options map[string]string) (*tmdb.Movie, error)

func TMDBGetMovieKeywords

func TMDBGetMovieKeywords(client microClient.Client, id uint64, options map[string]string) (*tmdb.MovieKeywords, error)

func TMDBGetMovieReleaseDates

func TMDBGetMovieReleaseDates(client microClient.Client, id uint64, options map[string]string) (*tmdb.MovieReleaseDates, error)

func TMDBGetMovieTranslations

func TMDBGetMovieTranslations(client microClient.Client, id uint64, options map[string]string) (*tmdb.MovieTranslations, error)

func TMDBGetMovieVideos

func TMDBGetMovieVideos(client microClient.Client, id uint64, options map[string]string) (*tmdb.MovieVideos, error)

func TMDBGetTVChanges

func TMDBGetTVChanges(client microClient.Client, id uint64, options map[string]string) (*tmdb.TVChanges, error)

func TMDBGetTVCredits

func TMDBGetTVCredits(client microClient.Client, id uint64, options map[string]string) (*tmdb.TVCredits, error)

func TMDBGetTVEpisodeChanges

func TMDBGetTVEpisodeChanges(client microClient.Client, episodeID uint64, options map[string]string) (*tmdb.TVEpisodeChanges, error)

func TMDBGetTVEpisodeCredits

func TMDBGetTVEpisodeCredits(client microClient.Client, seriesID uint64, seasonNumber uint64, episodeNumber uint64, options map[string]string) (*tmdb.TVEpisodeCredits, error)

func TMDBGetTVEpisodeExternalIDs

func TMDBGetTVEpisodeExternalIDs(client microClient.Client, seriesID uint64, seasonNumber uint64, episodeNumber uint64, options map[string]string) (*tmdb.TVEpisodeExternalIDs, error)

func TMDBGetTVEpisodeImages

func TMDBGetTVEpisodeImages(client microClient.Client, seriesID uint64, seasonNumber uint64, episodeNumber uint64, options map[string]string) (*tmdb.TVEpisodeImages, error)

func TMDBGetTVEpisodeInformation

func TMDBGetTVEpisodeInformation(client microClient.Client, seriesID uint64, seasonNumber uint64, episodeNumber uint64, options map[string]string) (*tmdb.TVEpisode, error)

func TMDBGetTVEpisodeTranslations

func TMDBGetTVEpisodeTranslations(client microClient.Client, seriesID uint64, seasonNumber uint64, episodeNumber uint64, options map[string]string) (*tmdb.TVEpisodeTranslations, error)

func TMDBGetTVEpisodeVideos

func TMDBGetTVEpisodeVideos(client microClient.Client, seriesID uint64, seasonNumber uint64, episodeNumber uint64, options map[string]string) (*tmdb.TVEpisodeVideos, error)

func TMDBGetTVExternalIDs

func TMDBGetTVExternalIDs(client microClient.Client, id uint64, options map[string]string) (*tmdb.TVExternalIDs, error)

func TMDBGetTVImages

func TMDBGetTVImages(client microClient.Client, id uint64, options map[string]string) (*tmdb.TVImages, error)

func TMDBGetTVInformation

func TMDBGetTVInformation(client microClient.Client, id uint64, options map[string]string) (*tmdb.TV, error)

func TMDBGetTVKeywords

func TMDBGetTVKeywords(client microClient.Client, id uint64, options map[string]string) (*tmdb.TVKeywords, error)

func TMDBGetTVSeasonChanges

func TMDBGetTVSeasonChanges(client microClient.Client, seasonID uint64, options map[string]string) (*tmdb.TVSeasonChanges, error)

func TMDBGetTVSeasonCredits

func TMDBGetTVSeasonCredits(client microClient.Client, seriesID uint64, seasonNumber uint64, options map[string]string) (*tmdb.TVSeasonCredits, error)

func TMDBGetTVSeasonExternalIDs

func TMDBGetTVSeasonExternalIDs(client microClient.Client, seriesID uint64, seasonNumber uint64, options map[string]string) (*tmdb.TVSeasonExternalIDs, error)

func TMDBGetTVSeasonImages

func TMDBGetTVSeasonImages(client microClient.Client, seriesID uint64, seasonNumber uint64, options map[string]string) (*tmdb.TVSeasonImages, error)

func TMDBGetTVSeasonInformation

func TMDBGetTVSeasonInformation(client microClient.Client, seriesID uint64, seasonNumber uint64, options map[string]string) (*tmdb.TVSeason, error)

func TMDBGetTVSeasonVideos

func TMDBGetTVSeasonVideos(client microClient.Client, seriesID uint64, seasonNumber uint64, options map[string]string) (*tmdb.TVSeasonVideos, error)

func TMDBGetTVTranslations

func TMDBGetTVTranslations(client microClient.Client, id uint64, options map[string]string) (*tmdb.TVTranslations, error)

func TMDBGetTVVideos

func TMDBGetTVVideos(client microClient.Client, id uint64, options map[string]string) (*tmdb.TVVideos, error)

func TMDBSearchCompanies

func TMDBSearchCompanies(client microClient.Client, query string, options map[string]string) (*tmdb.SearchCompanies, error)

func TMDBSearchMovies

func TMDBSearchMovies(client microClient.Client, query string, year uint64, options map[string]string) (*tmdb.SearchMovies, error)

func TMDBSearchTV

func TMDBSearchTV(client microClient.Client, query string, year uint64, options map[string]string) (*tmdb.SearchTV, error)

func TMDBServiceGetAPIConfiguration

func TMDBServiceGetAPIConfiguration(client microClient.Client) (*tmdb.APIConfiguration, error)

func TMDBServiceGetCountries

func TMDBServiceGetCountries(client microClient.Client) (*tmdb.Countries, error)

func TMDBServiceGetLanguages

func TMDBServiceGetLanguages(client microClient.Client) ([]tmdb.Language, error)

func TMDBServiceGetPrimaryTranslations

func TMDBServiceGetPrimaryTranslations(client microClient.Client) (*tmdb.PrimaryTranslations, error)

func TMDBServiceGetTimeZones

func TMDBServiceGetTimeZones(client microClient.Client) (*tmdb.TimeZones, error)

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL