fakes

package
v0.20.0 Latest Latest
Warning

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

Go to latest
Published: Mar 23, 2018 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 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 {
	PrintfCall struct {
		Receives struct {
			Message   string
			Arguments []interface{}
		}
		Messages []string
	}

	PromptCall struct {
		CallCount int
		Receives  struct {
			Message string
		}
		Returns struct {
			Proceed bool
		}
	}
}

func (*Logger) Printf

func (l *Logger) Printf(message string, a ...interface{})

func (*Logger) Prompt

func (l *Logger) Prompt(message string) bool

Jump to

Keyboard shortcuts

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