stack

package
v0.0.0-...-9b526be Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2023 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RandomString

func RandomString(length int) string

func RunCommand

func RunCommand(dir string, args []string) error

func StringWithCharset

func StringWithCharset(length int, charset string) string

Types

type Stack

type Stack interface {
	Setup() func()
	Destroy() func()
	GetSecret(name string) string
	GetOutput(name string) string
	GetResourceByName(componentType, name string) *apitype.ResourceV3
	GetStackName() string
}

func NewStack

func NewStack(t *testing.T) Stack

Jump to

Keyboard shortcuts

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