fakes

package
v0.0.0-...-ba1e7d2 Latest Latest
Warning

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

Go to latest
Published: Nov 12, 2020 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeStack

type FakeStack struct {
	DescribeCalled       bool
	DescribeStackName    string
	DescribeStackDetails awscf.StackDetails
	DescribeError        error

	CreateCalled       bool
	CreateStackName    string
	CreateStackDetails awscf.StackDetails
	CreateError        error

	ModifyCalled       bool
	ModifyStackName    string
	ModifyStackDetails awscf.StackDetails
	ModifyError        error

	DeleteCalled    bool
	DeleteStackName string
	DeleteError     error
}

func (*FakeStack) Create

func (f *FakeStack) Create(stackName string, stackDetails awscf.StackDetails) error

func (*FakeStack) Delete

func (f *FakeStack) Delete(stackName string) error

func (*FakeStack) Describe

func (f *FakeStack) Describe(stackName string) (awscf.StackDetails, error)

func (*FakeStack) Modify

func (f *FakeStack) Modify(stackName string, stackDetails awscf.StackDetails) error

Jump to

Keyboard shortcuts

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