fakes

package
v0.70.0 Latest Latest
Warning

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

Go to latest
Published: Jun 16, 2023 License: Apache-2.0 Imports: 2 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.57.0

type DbClustersClient struct {
	DeleteDBClusterCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			DeleteDBClusterInput *awsrds.DeleteDBClusterInput
		}
		Returns struct {
			DeleteDBClusterOutput *awsrds.DeleteDBClusterOutput
			Error                 error
		}
		Stub func(*awsrds.DeleteDBClusterInput) (*awsrds.DeleteDBClusterOutput, error)
	}
	DescribeDBClustersCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			DescribeDBClustersInput *awsrds.DescribeDBClustersInput
		}
		Returns struct {
			DescribeDBClustersOutput *awsrds.DescribeDBClustersOutput
			Error                    error
		}
		Stub func(*awsrds.DescribeDBClustersInput) (*awsrds.DescribeDBClustersOutput, error)
	}
}

func (*DbClustersClient) DeleteDBCluster added in v0.57.0

func (*DbClustersClient) DescribeDBClusters added in v0.57.0

type DbInstancesClient added in v0.57.0

type DbInstancesClient struct {
	DeleteDBInstanceCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			DeleteDBInstanceInput *awsrds.DeleteDBInstanceInput
		}
		Returns struct {
			DeleteDBInstanceOutput *awsrds.DeleteDBInstanceOutput
			Error                  error
		}
		Stub func(*awsrds.DeleteDBInstanceInput) (*awsrds.DeleteDBInstanceOutput, error)
	}
	DescribeDBInstancesCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			DescribeDBInstancesInput *awsrds.DescribeDBInstancesInput
		}
		Returns struct {
			DescribeDBInstancesOutput *awsrds.DescribeDBInstancesOutput
			Error                     error
		}
		Stub func(*awsrds.DescribeDBInstancesInput) (*awsrds.DescribeDBInstancesOutput, error)
	}
}

func (*DbInstancesClient) DeleteDBInstance added in v0.57.0

func (*DbInstancesClient) DescribeDBInstances added in v0.57.0

type DbSubnetGroupsClient added in v0.57.0

type DbSubnetGroupsClient struct {
	DeleteDBSubnetGroupCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			DeleteDBSubnetGroupInput *awsrds.DeleteDBSubnetGroupInput
		}
		Returns struct {
			DeleteDBSubnetGroupOutput *awsrds.DeleteDBSubnetGroupOutput
			Error                     error
		}
		Stub func(*awsrds.DeleteDBSubnetGroupInput) (*awsrds.DeleteDBSubnetGroupOutput, error)
	}
	DescribeDBSubnetGroupsCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			DescribeDBSubnetGroupsInput *awsrds.DescribeDBSubnetGroupsInput
		}
		Returns struct {
			DescribeDBSubnetGroupsOutput *awsrds.DescribeDBSubnetGroupsOutput
			Error                        error
		}
		Stub func(*awsrds.DescribeDBSubnetGroupsInput) (*awsrds.DescribeDBSubnetGroupsOutput, error)
	}
}

func (*DbSubnetGroupsClient) DeleteDBSubnetGroup added in v0.57.0

func (*DbSubnetGroupsClient) DescribeDBSubnetGroups added in v0.57.0

type Logger

type Logger struct {
	PromptWithDetailsCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			ResourceType string
			ResourceName string
		}
		Returns struct {
			Proceed bool
		}
		Stub func(string, string) bool
	}
}

func (*Logger) PromptWithDetails added in v0.21.0

func (f *Logger) PromptWithDetails(param1 string, param2 string) bool

Jump to

Keyboard shortcuts

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