Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var CfnClient cloudformationiface.CloudFormationAPI
View Source
var EcrClient ecriface.ECRAPI
Functions ¶
func SetMockDefaultBehaviour ¶
func SetMockDefaultBehaviour(cm *MockCfnClient, em *MockEcrClient)
Types ¶
type MockCfnClient ¶
type MockCfnClient struct {
mock.Mock
cloudformationiface.CloudFormationAPI
}
func (*MockCfnClient) DeleteStack ¶
func (client *MockCfnClient) DeleteStack(params *cloudformation.DeleteStackInput) (*cloudformation.DeleteStackOutput, error)
func (*MockCfnClient) ListStackResources ¶
func (client *MockCfnClient) ListStackResources(params *cloudformation.ListStackResourcesInput) (*cloudformation.ListStackResourcesOutput, error)
type MockEcrClient ¶
func (*MockEcrClient) BatchDeleteImage ¶
func (client *MockEcrClient) BatchDeleteImage(params *ecr.BatchDeleteImageInput) (*ecr.BatchDeleteImageOutput, error)
func (*MockEcrClient) DescribeImages ¶
func (client *MockEcrClient) DescribeImages(params *ecr.DescribeImagesInput) (*ecr.DescribeImagesOutput, error)
Click to show internal directories.
Click to hide internal directories.