Documentation ¶
Index ¶
- type DB
- func (db DB) GetItem(ctx context.Context, table, partitionKey, sortKey string) (map[string]types.AttributeValue, error)
- func (db DB) GetItemsWithSortKeyRange(ctx context.Context, table, partitionKey, since, until string) ([]map[string]types.AttributeValue, error)
- func (db DB) PutItem(ctx context.Context, table string, item map[string]types.AttributeValue) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.