Documentation ¶
Index ¶
- type DynamoDb
- func (d DynamoDb) Clear() error
- func (d DynamoDb) Exists(k nosql.PrimaryKey) (bool, error)
- func (d DynamoDb) Get(k nosql.PrimaryKey, doc interface{}) error
- func (d DynamoDb) List() ([]nosql.PrimaryKey, error)
- func (d DynamoDb) Remove(k nosql.PrimaryKey) error
- func (d DynamoDb) Set(doc nosql.Document) error
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
}
func NewDynamoDb ¶
Click to show internal directories.
Click to hide internal directories.