Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Details ¶
type Details struct { Type string `json:"type"` Title string `json:"title"` ReleaseYear string `json:"releaseYear"` Director string `json:"director"` Actors string `json:"actors"` Country string `json:"country"` Labels string `json:"labels"` Length string `json:"length"` ImdbRating string `json:"imdbRating"` ImdbLink string `json:"imdbLink"` OtherLink string `json:"otherLink"` CoverImage string `json:"coverImage"` OtherImages []string `json:"otherImages"` }
func ParseDetails ¶
Click to show internal directories.
Click to hide internal directories.