fakes

package
v0.62.0 Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2020 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 ClustersClient

type ClustersClient struct {
	DeleteClusterCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			DeleteClusterInput *awseks.DeleteClusterInput
		}
		Returns struct {
			DeleteClusterOutput *awseks.DeleteClusterOutput
			Error               error
		}
		Stub func(*awseks.DeleteClusterInput) (*awseks.DeleteClusterOutput, error)
	}
	ListClustersCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			ListClustersInput *awseks.ListClustersInput
		}
		Returns struct {
			ListClustersOutput *awseks.ListClustersOutput
			Error              error
		}
		Stub func(*awseks.ListClustersInput) (*awseks.ListClustersOutput, error)
	}
}

func (*ClustersClient) DeleteCluster

func (*ClustersClient) ListClusters

type Logger

type Logger struct {
	PrintfCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			M string
			A []interface {
			}
		}
		Stub func(string, ...interface {
		})
	}
	PromptWithDetailsCall struct {
		sync.Mutex
		CallCount int
		Receives  struct {
			ResourceType string
			ResourceName string
		}
		Returns struct {
			Proceed bool
		}
		Stub func(string, string) bool
	}
}

func (*Logger) Printf

func (f *Logger) Printf(param1 string, param2 ...interface {
})

func (*Logger) PromptWithDetails

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