Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrItemNotFound = errors.New("not found")
)
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item struct { Metascore int `json:"Metascore,omitempty"` RottenTomatoes int `json:"RottenTomatoes,omitempty"` ImdbRating float64 `json:"ImdbRating,omitempty"` ImdbVotes int `json:"ImdbVotes,omitempty"` Language string `json:"Language,omitempty"` Country string `json:"Country,omitempty"` Rated string `json:"Rated,omitempty"` }
Click to show internal directories.
Click to hide internal directories.