Versions in this module Expand all Collapse all v0 v0.5.0 Jan 12, 2019 Changes in this version type Options + Codec encoding.Codec v0.4.0 Dec 2, 2018 Changes in this version + var DefaultOptions = Options + type Client struct + func NewClient(options Options) (Client, error) + func (c Client) Close() error + func (c Client) Delete(k string) error + func (c Client) Get(k string, v interface{}) (found bool, err error) + func (c Client) Set(k string, v interface{}) error + type MarshalFormat int + const Gob + const JSON + type Options struct + AWSaccessKeyID string + AWSsecretAccessKey string + CustomEndpoint string + MarshalFormat MarshalFormat + ReadCapacityUnits int64 + Region string + TableName string + WaitForTableCreation *bool + WriteCapacityUnits int64