Documentation ¶
Overview ¶
Warning below was ignored to add mutexes around updating stubs! Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type DestinationFileInfo
- func (fake *DestinationFileInfo) FileExists(arg1 string) (bool, error)
- func (fake *DestinationFileInfo) FileExistsArgsForCall(i int) string
- func (fake *DestinationFileInfo) FileExistsCallCount() int
- func (fake *DestinationFileInfo) FileExistsReturns(result1 bool, result2 error)
- func (fake *DestinationFileInfo) FileExistsReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *DestinationFileInfo) FileInode(arg1 string) (uint64, error)
- func (fake *DestinationFileInfo) FileInodeArgsForCall(i int) string
- func (fake *DestinationFileInfo) FileInodeCallCount() int
- func (fake *DestinationFileInfo) FileInodeReturns(result1 uint64, result2 error)
- func (fake *DestinationFileInfo) FileInodeReturnsOnCall(i int, result1 uint64, result2 error)
- func (fake *DestinationFileInfo) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DestinationFileInfo ¶
type DestinationFileInfo struct { FileExistsStub func(string) (bool, error) FileInodeStub func(string) (uint64, error) // contains filtered or unexported fields }
func (*DestinationFileInfo) FileExists ¶
func (fake *DestinationFileInfo) FileExists(arg1 string) (bool, error)
func (*DestinationFileInfo) FileExistsArgsForCall ¶
func (fake *DestinationFileInfo) FileExistsArgsForCall(i int) string
func (*DestinationFileInfo) FileExistsCallCount ¶
func (fake *DestinationFileInfo) FileExistsCallCount() int
func (*DestinationFileInfo) FileExistsReturns ¶
func (fake *DestinationFileInfo) FileExistsReturns(result1 bool, result2 error)
func (*DestinationFileInfo) FileExistsReturnsOnCall ¶
func (fake *DestinationFileInfo) FileExistsReturnsOnCall(i int, result1 bool, result2 error)
func (*DestinationFileInfo) FileInode ¶
func (fake *DestinationFileInfo) FileInode(arg1 string) (uint64, error)
func (*DestinationFileInfo) FileInodeArgsForCall ¶
func (fake *DestinationFileInfo) FileInodeArgsForCall(i int) string
func (*DestinationFileInfo) FileInodeCallCount ¶
func (fake *DestinationFileInfo) FileInodeCallCount() int
func (*DestinationFileInfo) FileInodeReturns ¶
func (fake *DestinationFileInfo) FileInodeReturns(result1 uint64, result2 error)
func (*DestinationFileInfo) FileInodeReturnsOnCall ¶
func (fake *DestinationFileInfo) FileInodeReturnsOnCall(i int, result1 uint64, result2 error)
func (*DestinationFileInfo) Invocations ¶
func (fake *DestinationFileInfo) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.