fake

package
v0.2.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2019 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 MockCloudFormationClient

type MockCloudFormationClient struct {
	MockCreateStack func(stackName *string, templateBody *string, parameters map[string]string) (stackID *string, err error)
	MockGetStack    func(stackID *string) (status *cloudformation.Stack, err error)
	MockDeleteStack func(stackID *string) error
}

MockCloudFormationClient mock

func (*MockCloudFormationClient) CreateStack

func (m *MockCloudFormationClient) CreateStack(stackName *string, templateBody *string, parameters map[string]string) (stackID *string, err error)

CreateStack mock

func (*MockCloudFormationClient) DeleteStack

func (m *MockCloudFormationClient) DeleteStack(stackID *string) error

DeleteStack mock

func (*MockCloudFormationClient) GetStack

func (m *MockCloudFormationClient) GetStack(stackID *string) (status *cloudformation.Stack, err error)

GetStack mock

Jump to

Keyboard shortcuts

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