package
0.0.0-20240823013242-0a4c7ae810f6
Repository: https://github.com/rivian/delta-go.git
Documentation: pkg.go.dev

# Functions

CreateTableIfNotExists creates a table if it does not exist.
NewMockClient creates a new MockClient instance.

# Variables

ErrFailedToCreateTable is returned when a table cannot be created if it does not exist.

# Structs

MockClient stores the data structures used to mock DynamoDB.
PrimaryKey stores the partition and sort key for a DynamoDB table (a primary key is composed of a partition and sort key).

# Interfaces

Client defines methods implemented by AWS SDK for Go v2's DynamoDB client.