Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DynamoDBLogDriver ¶
type DynamoDBLogDriver struct {
// contains filtered or unexported fields
}
func New ¶
func New(dbName database.Name) *DynamoDBLogDriver
func (*DynamoDBLogDriver) DeleteListBatch ¶
func (d *DynamoDBLogDriver) DeleteListBatch(listName string, count int64) error
func (*DynamoDBLogDriver) FetchListBatch ¶
func (d *DynamoDBLogDriver) FetchListBatch(listName string, count int64) ([]string, error)
Click to show internal directories.
Click to hide internal directories.