package
1.0.4
Repository: https://github.com/nichobbs/go_localstack.git
Documentation: pkg.go.dev

# Functions

NewLocalstack creates a new Localstack docker container based on the latest version.
NewLocalstackService returns a new pointer to an instance of LocalstackService given the name of the service provided.
No description provided by the author
No description provided by the author
No description provided by the author
NewSpecificLocalstack creates a new Localstack docker container based on the given name, repository, and tag given.

# Constants

LocalstackRepository is the Localstack Docker repository.
LocalstackTag is the last tested version of the Localstack Docker repository.

# Structs

Localstack is a structure used to control the lifecycle of the Localstack Docker container.
LocalstackService defines a particular AWS service requested for a Localstack instances.

# Interfaces

DockerWrapper is used to abstract docker to make testing easier.

# Type aliases

LocalstackServiceCollection represents a collection of LocalstackService objects.nolint:golint.