Documentation
¶
Index ¶
Constants ¶
View Source
const FixedPort = Port + "/tcp"
View Source
const LocalStackImage = "localstack/localstack:3.0"
View Source
const Port = "4566"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stack ¶
func (*Stack) EndpointURL ¶
type StackOption ¶
type StackOption func(s *Stack)
func WithContext ¶
func WithContext(ctx context.Context) StackOption
func WithInitScriptMount ¶
func WithInitScriptMount(initScriptDirPath string, completeLogLine string) (StackOption, error)
WithInitScriptMount configures the instance with init scripts and waits for a specific line from the script to show as ready to continue
func WithInitTimeout ¶
func WithInitTimeout(timeout int) StackOption
func WithNotInitWait ¶
func WithNotInitWait() StackOption
func WithReuseExisting ¶
func WithReuseExisting() StackOption
Click to show internal directories.
Click to hide internal directories.