Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AttributeValue ¶
type AttributeValue struct {
types.AttributeValue
}
type Client ¶
type Client interface { Scan(tableName string) ([]map[string]interface{}, error) GetItem(tableName string, key map[string]AttributeValue) (map[string]interface{}, error) UpdateItem(tableName string, key map[string]AttributeValue, expressionAttributeValues map[string]AttributeValue, updateExpression string) error }
Click to show internal directories.
Click to hide internal directories.