Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
Client type is a DynamoDB client
func (*Client) ReadFromTable ¶
ReadFromTable executes a Select query on the DynamoDB database returning the output in an Item format
type DB ¶
type DB interface { NewSession() (*session.Session, error) NewClient() Client ReadFromTable(string) Item WriteToTable(string, string, bool) error }
DB interface is a collection of most of the dyanmo package functions
Click to show internal directories.
Click to hide internal directories.