Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client interface { GetItem(*dynamodb.GetItemInput) (*dynamodb.GetItemOutput, error) Query(*dynamodb.QueryInput) (*dynamodb.QueryOutput, error) UpdateItem(*dynamodb.UpdateItemInput) (*dynamodb.UpdateItemOutput, error) PutItem(*dynamodb.PutItemInput) (*dynamodb.PutItemOutput, error) }
Client defines a subset of the dynamodb client methods. The methods defined here are used to interact with DynamoDB service by the data store accessors
Click to show internal directories.
Click to hide internal directories.