Documentation ¶
Index ¶
- type DynamoDB
- func (ddb *DynamoDB) Get(key string, castTo interface{}) error
- func (ddb *DynamoDB) List(field string, value string, castTo interface{}) error
- func (ddb *DynamoDB) Store(item interface{}) error
- func (ddb *DynamoDB) TxGet(keys []string, castTo interface{}) error
- func (ddb *DynamoDB) TxStore(item interface{}) error
- type DynamoDBService
- type DynamoDBTableAttribute
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamoDB ¶
type DynamoDB struct {
// contains filtered or unexported fields
}
DynamoDB aggregator
func NewDynamoDB ¶
NewDynamoDB - creates new dynamodb instance with connection
type DynamoDBService ¶
type DynamoDBService interface { List(field string, value string, castTo interface{}) error Get(key string, castTo interface{}) error Store(item interface{}) error TxStore(item interface{}) error TxGet(keys []string, castTo interface{}) error }
DynamoDBService expose
type DynamoDBTableAttribute ¶
DynamoDBTableAttribute composing attributes and elements
Click to show internal directories.
Click to hide internal directories.