fakes

package
v0.0.0-...-d0a66ea Latest Latest
Warning

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

Go to latest
Published: Sep 17, 2016 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 FakeCacheCluster

type FakeCacheCluster struct {
	DescribeCalled              bool
	DescribeID                  string
	DescribeCacheClusterDetails awselasticache.CacheClusterDetails
	DescribeError               error

	CreateCalled              bool
	CreateID                  string
	CreateCacheClusterDetails awselasticache.CacheClusterDetails
	CreateError               error

	ModifyCalled              bool
	ModifyID                  string
	ModifyCacheClusterDetails awselasticache.CacheClusterDetails
	ModifyApplyImmediately    bool
	ModifyError               error

	DeleteCalled bool
	DeleteID     string
	DeleteError  error
}

func (*FakeCacheCluster) Create

func (f *FakeCacheCluster) Create(ID string, cacheClusterDetails awselasticache.CacheClusterDetails) error

func (*FakeCacheCluster) Delete

func (f *FakeCacheCluster) Delete(ID string) error

func (*FakeCacheCluster) Describe

func (*FakeCacheCluster) Modify

func (f *FakeCacheCluster) Modify(ID string, cacheClusterDetails awselasticache.CacheClusterDetails, applyImmediately bool) error

Jump to

Keyboard shortcuts

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