tests

package
v0.0.0-...-2f4c98e Latest Latest
Warning

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

Go to latest
Published: May 16, 2024 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DBSuite

type DBSuite interface {
	StartDynamoDB() error
	CreateTable(input *dynamodb.CreateTableInput) error
	Shutdown()
	GetLocalClient() (*dynamodb.Client, error)
	PutItem(tableName string, item any) error
	DeleteItem(tableName string, key string, value string) error
}

func New

func New(exposedPort string) DBSuite

Jump to

Keyboard shortcuts

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