Versions in this module Expand all Collapse all v0 v0.0.2 Nov 22, 2020 Changes in this version + type MovieInfo struct + Actors []*string + Directors []*string + Genres []*string + ImageURL string + Plot string + Rank int + Rating float64 + ReleaseDate string + RunningTimeSecs int v0.0.1 Nov 21, 2020 Changes in this version + var GameScores = Fixture + var Movies = Fixture + func SetUp(t *testing.T, fixtures ...Fixture) *session.Session + type Fixture struct + Create *dynamodb.CreateTableInput + Data func(t *testing.T, client *dynamodb.DynamoDB) + Table string + type GameScore struct + GameTitle string + Losses int + TopScore int + UserID string + Wins int + type Movie struct + Info struct{ ... } + Title string + Year int