putting some indexes to Public
This commit is contained in:
parent
8dd4ae4504
commit
c3798bd94c
1 changed files with 13 additions and 13 deletions
26
imdb.go
26
imdb.go
|
@ -72,20 +72,20 @@ type MovieResult struct {
|
||||||
Awards string
|
Awards string
|
||||||
Poster string
|
Poster string
|
||||||
Metascore string
|
Metascore string
|
||||||
imdbRating string
|
ImdbRating string
|
||||||
imdbVotes string
|
ImdbVotes string
|
||||||
imdbID string
|
ImdbID string
|
||||||
Type string
|
Type string
|
||||||
tomatoMeter string
|
TomatoMeter string
|
||||||
tomatoImage string
|
TomatoImage string
|
||||||
tomatoRating string
|
TomatoRating string
|
||||||
tomatoReviews string
|
TomatoReviews string
|
||||||
tomatoFresh string
|
TomatoFresh string
|
||||||
tomatoRotten string
|
TomatoRotten string
|
||||||
tomatoConsensus string
|
TomatoConsensus string
|
||||||
tomatoUserMeter string
|
TomatoUserMeter string
|
||||||
tomatoUserRating string
|
TomatoUserRating string
|
||||||
tomatoUserReviews string
|
TomatoUserReviews string
|
||||||
DVD string
|
DVD string
|
||||||
BoxOffice string
|
BoxOffice string
|
||||||
Production string
|
Production string
|
||||||
|
|
Loading…
Reference in a new issue