dynamo

package
v1.4.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 15, 2024 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteAllItemsInTable

func DeleteAllItemsInTable() error

func InitializeDynamoDb added in v1.4.1

func InitializeDynamoDb() error

func InitializeDynamoDbWithEndpoint added in v1.4.1

func InitializeDynamoDbWithEndpoint(endpoint string) error

Types

type DynamoDber added in v1.4.1

type DynamoDber interface {
	Describe(tableName string) (*dynamodb.DescribeTableOutput, error)
	Scan(*dynamodb.ScanInput) chan []map[string]types.AttributeValue
	BatchWrite(requestItems map[string][]types.WriteRequest) error
}

func GetService added in v1.4.1

func GetService() DynamoDber

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL