putting some indexes to Public

This commit is contained in:
Christopher Herrera 2014-09-21 16:24:51 -04:00
parent 8dd4ae4504
commit c3798bd94c

26
imdb.go
View file

@ -72,20 +72,20 @@ type MovieResult struct {
Awards string
Poster string
Metascore string
imdbRating string
imdbVotes string
imdbID string
ImdbRating string
ImdbVotes string
ImdbID string
Type string
tomatoMeter string
tomatoImage string
tomatoRating string
tomatoReviews string
tomatoFresh string
tomatoRotten string
tomatoConsensus string
tomatoUserMeter string
tomatoUserRating string
tomatoUserReviews string
TomatoMeter string
TomatoImage string
TomatoRating string
TomatoReviews string
TomatoFresh string
TomatoRotten string
TomatoConsensus string
TomatoUserMeter string
TomatoUserRating string
TomatoUserReviews string
DVD string
BoxOffice string
Production string