Versions in this module Expand all Collapse all v1 v1.0.0 Oct 5, 2015 Changes in this version + type Fetcher struct + ConsistentRead bool + Dyn *dynamodb.DynamoDB + MaxItems int64 + MaxParallel int + ReadCapacity float64 + TableName string + Writer ItemWriter + func (f *Fetcher) Run() error + func (f *Fetcher) Stats() Stats + func (f *Fetcher) Stop() + type ItemWriter interface + WriteItem func(item map[string]*dynamodb.AttributeValue) error + type JSONItemEncoder struct + func NewJSONItemEncoder(w io.Writer, encodeTypes, numbersAsStrings bool) *JSONItemEncoder + func (jie *JSONItemEncoder) WriteItem(item map[string]*dynamodb.AttributeValue) error + type Stats struct + CapacityUsed float64 + ItemsRead int64