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
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue