Documentation ¶
Index ¶
- Variables
- func NewCmd() *cobra.Command
- func SetMockDefaultBehaviour(cm *MockCfnClient)
- type MockCfnClient
- func (client *MockCfnClient) ListExports(params *cloudformation.ListExportsInput) (*cloudformation.ListExportsOutput, error)
- func (client *MockCfnClient) ListImports(params *cloudformation.ListImportsInput) (*cloudformation.ListImportsOutput, error)
- func (client *MockCfnClient) ListStacks(params *cloudformation.ListStacksInput) (*cloudformation.ListStacksOutput, error)
- type UnusedExport
Constants ¶
This section is empty.
Variables ¶
View Source
var CfnClient cloudformationiface.CloudFormationAPI
Functions ¶
func SetMockDefaultBehaviour ¶ added in v0.4.1
func SetMockDefaultBehaviour(cm *MockCfnClient)
Types ¶
type MockCfnClient ¶ added in v0.4.1
type MockCfnClient struct { mock.Mock cloudformationiface.CloudFormationAPI }
func (*MockCfnClient) ListExports ¶ added in v0.4.1
func (client *MockCfnClient) ListExports(params *cloudformation.ListExportsInput) (*cloudformation.ListExportsOutput, error)
func (*MockCfnClient) ListImports ¶ added in v0.4.1
func (client *MockCfnClient) ListImports(params *cloudformation.ListImportsInput) (*cloudformation.ListImportsOutput, error)
func (*MockCfnClient) ListStacks ¶ added in v0.4.1
func (client *MockCfnClient) ListStacks(params *cloudformation.ListStacksInput) (*cloudformation.ListStacksOutput, error)
Click to show internal directories.
Click to hide internal directories.