Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsVideoFile ¶
Types ¶
type Media ¶
type TMDBMovie ¶
type TMDBMovie struct {
Adult bool
BackdropPath string `json:"backdrop_path"`
GenreIds []int `json:"genre_ids"`
Id int
OriginalLanguage string `json:"original_language"`
OriginalTitle string `json:"original_title"`
Overview string
Popularity float32
PosterPath string `json:"poster_path"`
ReleaseDate string `json:"release_date"`
Title string
Video bool
VoteAverage float32 `json:"vote_average"`
VoteCount int `json:"vote_count"`
}
type TMDBResponse ¶
Click to show internal directories.
Click to hide internal directories.