Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeStore
- func (fake *FakeStore) CopyBucketToBucket(arg1 string, arg2 string) error
- func (fake *FakeStore) CopyBucketToBucketArgsForCall(i int) (string, string)
- func (fake *FakeStore) CopyBucketToBucketCallCount() int
- func (fake *FakeStore) CopyBucketToBucketCalls(stub func(string, string) error)
- func (fake *FakeStore) CopyBucketToBucketReturns(result1 error)
- func (fake *FakeStore) CopyBucketToBucketReturnsOnCall(i int, result1 error)
- func (fake *FakeStore) CopyToLocal(arg1 string, arg2 string) error
- func (fake *FakeStore) CopyToLocalArgsForCall(i int) (string, string)
- func (fake *FakeStore) CopyToLocalCallCount() int
- func (fake *FakeStore) CopyToLocalCalls(stub func(string, string) error)
- func (fake *FakeStore) CopyToLocalReturns(result1 error)
- func (fake *FakeStore) CopyToLocalReturnsOnCall(i int, result1 error)
- func (fake *FakeStore) CopyToRemote(arg1 string, arg2 string) error
- func (fake *FakeStore) CopyToRemoteArgsForCall(i int) (string, string)
- func (fake *FakeStore) CopyToRemoteCallCount() int
- func (fake *FakeStore) CopyToRemoteCalls(stub func(string, string) error)
- func (fake *FakeStore) CopyToRemoteReturns(result1 error)
- func (fake *FakeStore) CopyToRemoteReturnsOnCall(i int, result1 error)
- func (fake *FakeStore) GetMarkerPath(arg1 string, arg2 string) (string, error)
- func (fake *FakeStore) GetMarkerPathArgsForCall(i int) (string, string)
- func (fake *FakeStore) GetMarkerPathCallCount() int
- func (fake *FakeStore) GetMarkerPathCalls(stub func(string, string) (string, error))
- func (fake *FakeStore) GetMarkerPathReturns(result1 string, result2 error)
- func (fake *FakeStore) GetMarkerPathReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeStore) GetReleasePath(arg1 string, arg2 string, arg3 string, arg4 bool) (string, error)
- func (fake *FakeStore) GetReleasePathArgsForCall(i int) (string, string, string, bool)
- func (fake *FakeStore) GetReleasePathCallCount() int
- func (fake *FakeStore) GetReleasePathCalls(stub func(string, string, string, bool) (string, error))
- func (fake *FakeStore) GetReleasePathReturns(result1 string, result2 error)
- func (fake *FakeStore) GetReleasePathReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeStore) Invocations() map[string][][]interface{}
- func (fake *FakeStore) IsPathNormalized(arg1 string) bool
- func (fake *FakeStore) IsPathNormalizedArgsForCall(i int) string
- func (fake *FakeStore) IsPathNormalizedCallCount() int
- func (fake *FakeStore) IsPathNormalizedCalls(stub func(string) bool)
- func (fake *FakeStore) IsPathNormalizedReturns(result1 bool)
- func (fake *FakeStore) IsPathNormalizedReturnsOnCall(i int, result1 bool)
- func (fake *FakeStore) NormalizePath(arg1 ...string) (string, error)
- func (fake *FakeStore) NormalizePathArgsForCall(i int) []string
- func (fake *FakeStore) NormalizePathCallCount() int
- func (fake *FakeStore) NormalizePathCalls(stub func(...string) (string, error))
- func (fake *FakeStore) NormalizePathReturns(result1 string, result2 error)
- func (fake *FakeStore) NormalizePathReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeStore) PathExists(arg1 string) (bool, error)
- func (fake *FakeStore) PathExistsArgsForCall(i int) string
- func (fake *FakeStore) PathExistsCallCount() int
- func (fake *FakeStore) PathExistsCalls(stub func(string) (bool, error))
- func (fake *FakeStore) PathExistsReturns(result1 bool, result2 error)
- func (fake *FakeStore) PathExistsReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeStore) RsyncRecursive(arg1 string, arg2 string) error
- func (fake *FakeStore) RsyncRecursiveArgsForCall(i int) (string, string)
- func (fake *FakeStore) RsyncRecursiveCallCount() int
- func (fake *FakeStore) RsyncRecursiveCalls(stub func(string, string) error)
- func (fake *FakeStore) RsyncRecursiveReturns(result1 error)
- func (fake *FakeStore) RsyncRecursiveReturnsOnCall(i int, result1 error)
- func (fake *FakeStore) SetOptions(arg1 ...object.OptFn)
- func (fake *FakeStore) SetOptionsArgsForCall(i int) []object.OptFn
- func (fake *FakeStore) SetOptionsCallCount() int
- func (fake *FakeStore) SetOptionsCalls(stub func(...object.OptFn))
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 (*FakeStore) CopyBucketToBucketArgsForCall ¶
func (*FakeStore) CopyBucketToBucketCallCount ¶
func (*FakeStore) CopyBucketToBucketCalls ¶
func (*FakeStore) CopyBucketToBucketReturns ¶
func (*FakeStore) CopyBucketToBucketReturnsOnCall ¶
func (*FakeStore) CopyToLocalArgsForCall ¶
func (*FakeStore) CopyToLocalCallCount ¶
func (*FakeStore) CopyToLocalCalls ¶
func (*FakeStore) CopyToLocalReturns ¶
func (*FakeStore) CopyToLocalReturnsOnCall ¶
func (*FakeStore) CopyToRemote ¶
func (*FakeStore) CopyToRemoteArgsForCall ¶
func (*FakeStore) CopyToRemoteCallCount ¶
func (*FakeStore) CopyToRemoteCalls ¶
func (*FakeStore) CopyToRemoteReturns ¶
func (*FakeStore) CopyToRemoteReturnsOnCall ¶
func (*FakeStore) GetMarkerPath ¶
func (*FakeStore) GetMarkerPathArgsForCall ¶
func (*FakeStore) GetMarkerPathCallCount ¶
func (*FakeStore) GetMarkerPathCalls ¶
func (*FakeStore) GetMarkerPathReturns ¶
func (*FakeStore) GetMarkerPathReturnsOnCall ¶
func (*FakeStore) GetReleasePath ¶
func (*FakeStore) GetReleasePathArgsForCall ¶
func (*FakeStore) GetReleasePathCallCount ¶
func (*FakeStore) GetReleasePathCalls ¶
func (*FakeStore) GetReleasePathReturns ¶
func (*FakeStore) GetReleasePathReturnsOnCall ¶
func (*FakeStore) Invocations ¶
func (*FakeStore) IsPathNormalized ¶
func (*FakeStore) IsPathNormalizedArgsForCall ¶
func (*FakeStore) IsPathNormalizedCallCount ¶
func (*FakeStore) IsPathNormalizedCalls ¶
func (*FakeStore) IsPathNormalizedReturns ¶
func (*FakeStore) IsPathNormalizedReturnsOnCall ¶
func (*FakeStore) NormalizePath ¶
func (*FakeStore) NormalizePathArgsForCall ¶
func (*FakeStore) NormalizePathCallCount ¶
func (*FakeStore) NormalizePathCalls ¶
func (*FakeStore) NormalizePathReturns ¶
func (*FakeStore) NormalizePathReturnsOnCall ¶
func (*FakeStore) PathExistsArgsForCall ¶
func (*FakeStore) PathExistsCallCount ¶
func (*FakeStore) PathExistsCalls ¶
func (*FakeStore) PathExistsReturns ¶
func (*FakeStore) PathExistsReturnsOnCall ¶
func (*FakeStore) RsyncRecursive ¶
func (*FakeStore) RsyncRecursiveArgsForCall ¶
func (*FakeStore) RsyncRecursiveCallCount ¶
func (*FakeStore) RsyncRecursiveCalls ¶
func (*FakeStore) RsyncRecursiveReturns ¶
func (*FakeStore) RsyncRecursiveReturnsOnCall ¶
func (*FakeStore) SetOptions ¶
func (*FakeStore) SetOptionsArgsForCall ¶
func (*FakeStore) SetOptionsCallCount ¶
func (*FakeStore) SetOptionsCalls ¶
Click to show internal directories.
Click to hide internal directories.