fakes

package
v0.55.0 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 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 DBClustersClient added in v0.25.0

type DBClustersClient struct {
	DescribeDBClustersCall struct {
		CallCount int
		Returns   struct {
			Output *awsrds.DescribeDBClustersOutput
			Error  error
		}
	}
	DeleteDBClusterCall struct {
		CallCount int
		Receives  struct {
			Input *awsrds.DeleteDBClusterInput
		}
		Returns struct {
			Output *awsrds.DeleteDBClusterOutput
			Error  error
		}
	}
}

func (*DBClustersClient) DeleteDBCluster added in v0.25.0

func (*DBClustersClient) DescribeDBClusters added in v0.25.0

type DBInstancesClient

type DBInstancesClient struct {
	DescribeDBInstancesCall struct {
		CallCount int
		Returns   struct {
			Output *awsrds.DescribeDBInstancesOutput
			Error  error
		}
	}
	DeleteDBInstanceCall struct {
		CallCount int
		Receives  struct {
			Input *awsrds.DeleteDBInstanceInput
		}
		Returns struct {
			Output *awsrds.DeleteDBInstanceOutput
			Error  error
		}
	}
}

func (*DBInstancesClient) DeleteDBInstance

func (*DBInstancesClient) DescribeDBInstances

type DBSubnetGroupsClient

type DBSubnetGroupsClient struct {
	DescribeDBSubnetGroupsCall struct {
		CallCount int
		Returns   struct {
			Output *awsrds.DescribeDBSubnetGroupsOutput
			Error  error
		}
	}
	DeleteDBSubnetGroupCall struct {
		CallCount int
		Receives  struct {
			Input *awsrds.DeleteDBSubnetGroupInput
		}
		Returns struct {
			Output *awsrds.DeleteDBSubnetGroupOutput
			Error  error
		}
	}
}

func (*DBSubnetGroupsClient) DeleteDBSubnetGroup

func (*DBSubnetGroupsClient) DescribeDBSubnetGroups

type Logger

type Logger struct {
	PromptWithDetailsCall struct {
		CallCount int
		Receives  struct {
			Type string
			Name string
		}
		Returns struct {
			Proceed bool
		}
	}
}

func (*Logger) PromptWithDetails added in v0.21.0

func (l *Logger) PromptWithDetails(resourceType, resourceName string) bool

Jump to

Keyboard shortcuts

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