Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamoDBGameRepository ¶
type DynamoDBGameRepository struct {
// contains filtered or unexported fields
}
func NewDynamoDBGameRepository ¶
func NewDynamoDBGameRepository(sess *session.Session, tableName string) (*DynamoDBGameRepository, error)
type MongoGameRepository ¶
type MongoGameRepository struct {
// contains filtered or unexported fields
}
func NewMongoGameRepository ¶
func NewMongoGameRepository(URI string) (*MongoGameRepository, error)
Click to show internal directories.
Click to hide internal directories.