objectfakes

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Aug 8, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FakeStore

type FakeStore struct {
	CopyBucketToBucketStub func(string, string) error

	CopyToLocalStub func(string, string) error

	CopyToRemoteStub func(string, string) error

	GetMarkerPathStub func(string, string) (string, error)

	GetReleasePathStub func(string, string, string, bool) (string, error)

	IsPathNormalizedStub func(string) bool

	NormalizePathStub func(...string) (string, error)

	PathExistsStub func(string) (bool, error)

	RsyncRecursiveStub func(string, string) error

	SetOptionsStub func(...object.OptFn)
	// contains filtered or unexported fields
}

func (*FakeStore) CopyBucketToBucket

func (fake *FakeStore) CopyBucketToBucket(arg1 string, arg2 string) error

func (*FakeStore) CopyBucketToBucketArgsForCall

func (fake *FakeStore) CopyBucketToBucketArgsForCall(i int) (string, string)

func (*FakeStore) CopyBucketToBucketCallCount

func (fake *FakeStore) CopyBucketToBucketCallCount() int

func (*FakeStore) CopyBucketToBucketCalls

func (fake *FakeStore) CopyBucketToBucketCalls(stub func(string, string) error)

func (*FakeStore) CopyBucketToBucketReturns

func (fake *FakeStore) CopyBucketToBucketReturns(result1 error)

func (*FakeStore) CopyBucketToBucketReturnsOnCall

func (fake *FakeStore) CopyBucketToBucketReturnsOnCall(i int, result1 error)

func (*FakeStore) CopyToLocal

func (fake *FakeStore) CopyToLocal(arg1 string, arg2 string) error

func (*FakeStore) CopyToLocalArgsForCall

func (fake *FakeStore) CopyToLocalArgsForCall(i int) (string, string)

func (*FakeStore) CopyToLocalCallCount

func (fake *FakeStore) CopyToLocalCallCount() int

func (*FakeStore) CopyToLocalCalls

func (fake *FakeStore) CopyToLocalCalls(stub func(string, string) error)

func (*FakeStore) CopyToLocalReturns

func (fake *FakeStore) CopyToLocalReturns(result1 error)

func (*FakeStore) CopyToLocalReturnsOnCall

func (fake *FakeStore) CopyToLocalReturnsOnCall(i int, result1 error)

func (*FakeStore) CopyToRemote

func (fake *FakeStore) CopyToRemote(arg1 string, arg2 string) error

func (*FakeStore) CopyToRemoteArgsForCall

func (fake *FakeStore) CopyToRemoteArgsForCall(i int) (string, string)

func (*FakeStore) CopyToRemoteCallCount

func (fake *FakeStore) CopyToRemoteCallCount() int

func (*FakeStore) CopyToRemoteCalls

func (fake *FakeStore) CopyToRemoteCalls(stub func(string, string) error)

func (*FakeStore) CopyToRemoteReturns

func (fake *FakeStore) CopyToRemoteReturns(result1 error)

func (*FakeStore) CopyToRemoteReturnsOnCall

func (fake *FakeStore) CopyToRemoteReturnsOnCall(i int, result1 error)

func (*FakeStore) GetMarkerPath

func (fake *FakeStore) GetMarkerPath(arg1 string, arg2 string) (string, error)

func (*FakeStore) GetMarkerPathArgsForCall

func (fake *FakeStore) GetMarkerPathArgsForCall(i int) (string, string)

func (*FakeStore) GetMarkerPathCallCount

func (fake *FakeStore) GetMarkerPathCallCount() int

func (*FakeStore) GetMarkerPathCalls

func (fake *FakeStore) GetMarkerPathCalls(stub func(string, string) (string, error))

func (*FakeStore) GetMarkerPathReturns

func (fake *FakeStore) GetMarkerPathReturns(result1 string, result2 error)

func (*FakeStore) GetMarkerPathReturnsOnCall

func (fake *FakeStore) GetMarkerPathReturnsOnCall(i int, result1 string, result2 error)

func (*FakeStore) GetReleasePath

func (fake *FakeStore) GetReleasePath(arg1 string, arg2 string, arg3 string, arg4 bool) (string, error)

func (*FakeStore) GetReleasePathArgsForCall

func (fake *FakeStore) GetReleasePathArgsForCall(i int) (string, string, string, bool)

func (*FakeStore) GetReleasePathCallCount

func (fake *FakeStore) GetReleasePathCallCount() int

func (*FakeStore) GetReleasePathCalls

func (fake *FakeStore) GetReleasePathCalls(stub func(string, string, string, bool) (string, error))

func (*FakeStore) GetReleasePathReturns

func (fake *FakeStore) GetReleasePathReturns(result1 string, result2 error)

func (*FakeStore) GetReleasePathReturnsOnCall

func (fake *FakeStore) GetReleasePathReturnsOnCall(i int, result1 string, result2 error)

func (*FakeStore) Invocations

func (fake *FakeStore) Invocations() map[string][][]interface{}

func (*FakeStore) IsPathNormalized

func (fake *FakeStore) IsPathNormalized(arg1 string) bool

func (*FakeStore) IsPathNormalizedArgsForCall

func (fake *FakeStore) IsPathNormalizedArgsForCall(i int) string

func (*FakeStore) IsPathNormalizedCallCount

func (fake *FakeStore) IsPathNormalizedCallCount() int

func (*FakeStore) IsPathNormalizedCalls

func (fake *FakeStore) IsPathNormalizedCalls(stub func(string) bool)

func (*FakeStore) IsPathNormalizedReturns

func (fake *FakeStore) IsPathNormalizedReturns(result1 bool)

func (*FakeStore) IsPathNormalizedReturnsOnCall

func (fake *FakeStore) IsPathNormalizedReturnsOnCall(i int, result1 bool)

func (*FakeStore) NormalizePath

func (fake *FakeStore) NormalizePath(arg1 ...string) (string, error)

func (*FakeStore) NormalizePathArgsForCall

func (fake *FakeStore) NormalizePathArgsForCall(i int) []string

func (*FakeStore) NormalizePathCallCount

func (fake *FakeStore) NormalizePathCallCount() int

func (*FakeStore) NormalizePathCalls

func (fake *FakeStore) NormalizePathCalls(stub func(...string) (string, error))

func (*FakeStore) NormalizePathReturns

func (fake *FakeStore) NormalizePathReturns(result1 string, result2 error)

func (*FakeStore) NormalizePathReturnsOnCall

func (fake *FakeStore) NormalizePathReturnsOnCall(i int, result1 string, result2 error)

func (*FakeStore) PathExists

func (fake *FakeStore) PathExists(arg1 string) (bool, error)

func (*FakeStore) PathExistsArgsForCall

func (fake *FakeStore) PathExistsArgsForCall(i int) string

func (*FakeStore) PathExistsCallCount

func (fake *FakeStore) PathExistsCallCount() int

func (*FakeStore) PathExistsCalls

func (fake *FakeStore) PathExistsCalls(stub func(string) (bool, error))

func (*FakeStore) PathExistsReturns

func (fake *FakeStore) PathExistsReturns(result1 bool, result2 error)

func (*FakeStore) PathExistsReturnsOnCall

func (fake *FakeStore) PathExistsReturnsOnCall(i int, result1 bool, result2 error)

func (*FakeStore) RsyncRecursive

func (fake *FakeStore) RsyncRecursive(arg1 string, arg2 string) error

func (*FakeStore) RsyncRecursiveArgsForCall

func (fake *FakeStore) RsyncRecursiveArgsForCall(i int) (string, string)

func (*FakeStore) RsyncRecursiveCallCount

func (fake *FakeStore) RsyncRecursiveCallCount() int

func (*FakeStore) RsyncRecursiveCalls

func (fake *FakeStore) RsyncRecursiveCalls(stub func(string, string) error)

func (*FakeStore) RsyncRecursiveReturns

func (fake *FakeStore) RsyncRecursiveReturns(result1 error)

func (*FakeStore) RsyncRecursiveReturnsOnCall

func (fake *FakeStore) RsyncRecursiveReturnsOnCall(i int, result1 error)

func (*FakeStore) SetOptions

func (fake *FakeStore) SetOptions(arg1 ...object.OptFn)

func (*FakeStore) SetOptionsArgsForCall

func (fake *FakeStore) SetOptionsArgsForCall(i int) []object.OptFn

func (*FakeStore) SetOptionsCallCount

func (fake *FakeStore) SetOptionsCallCount() int

func (*FakeStore) SetOptionsCalls

func (fake *FakeStore) SetOptionsCalls(stub func(...object.OptFn))

Jump to

Keyboard shortcuts

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