fakes

package
v0.23.0 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2018 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 AliasesClient

type AliasesClient struct {
	ListAliasesCall struct {
		CallCount int
		Receives  struct {
			Input *kms.ListAliasesInput
		}
		Returns struct {
			Output *kms.ListAliasesOutput
			Error  error
		}
	}

	DeleteAliasCall struct {
		CallCount int
		Receives  struct {
			Input *kms.DeleteAliasInput
		}
		Returns struct {
			Output *kms.DeleteAliasOutput
			Error  error
		}
	}
}

func (*AliasesClient) DeleteAlias

func (a *AliasesClient) DeleteAlias(input *kms.DeleteAliasInput) (*kms.DeleteAliasOutput, error)

func (*AliasesClient) ListAliases

func (a *AliasesClient) ListAliases(input *kms.ListAliasesInput) (*kms.ListAliasesOutput, error)

type Logger

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

func (*Logger) PromptWithDetails

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