support

package
v0.0.0-...-4d0ad80 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2022 License: MIT Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type IDynamoSupport

type IDynamoSupport interface {
	StartDynamoLocal() error
	CreateTable(input *dynamodb.CreateTableInput) error
	GetDynamoDBLocalClient(ctx context.Context) *dynamodb.Client
	PutItem(tableName string, item interface{}) error
	DeleteItem(tableName string, key string, value string) error
	PauseContainer()
	ReRunContainer()
	ShutDownDynamoLocal()
}

func New

func New() IDynamoSupport

New constructor/*

Jump to

Keyboard shortcuts

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