Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Endpoint string
View Source
var TableName string
Functions ¶
func InitSession ¶
Types ¶
type ClientDatabase ¶
type ClientDatabase struct {
DynamodbClient dynamodbiface.DynamoDBAPI
}
func (*ClientDatabase) InitDb ¶
func (c *ClientDatabase) InitDb() error
type DAL ¶
type DAL struct {
DynamodbClient dynamodbiface.DynamoDBAPI
}
func (*DAL) ListPokemon ¶
func (d *DAL) ListPokemon(query model.PokemonsQueryInput) (*model.PokemonConnection, error)
func (*DAL) ListPokemonTypes ¶
type DataLoader ¶
type DataLoader struct { BaseUrl string ImageUrl string DynamodbClient dynamodbiface.DynamoDBAPI }
func (DataLoader) Populate ¶
func (d DataLoader) Populate() error
type ScanAttributes ¶
Click to show internal directories.
Click to hide internal directories.