Versions in this module Expand all Collapse all v1 v1.1.0 Jun 4, 2018 Changes in this version + func NewDynamoDB() (db.DB, error) + type DynamoDB struct + func (db *DynamoDB) GetURL(key []byte) ([]byte, error) + func (db *DynamoDB) SaveURL(url string, keybuffer <-chan []byte) (string, error) + type ShortenedURL struct + Key string + Url string