Versions in this module Expand all Collapse all v0 v0.1.0 Dec 4, 2018 Changes in this version + type MockCloudFormationClient struct + MockCreateStack func(stackName *string, templateBody *string, parameters map[string]string) (stackID *string, err error) + MockDeleteStack func(stackID *string) error + MockGetStack func(stackID *string) (status *cloudformation.Stack, err error) + func (m *MockCloudFormationClient) CreateStack(stackName *string, templateBody *string, parameters map[string]string) (stackID *string, err error) + func (m *MockCloudFormationClient) DeleteStack(stackID *string) error + func (m *MockCloudFormationClient) GetStack(stackID *string) (status *cloudformation.Stack, err error)