Documentation
¶
Overview ¶
This file was generated by counterfeiter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCopier ¶
type FakeCopier struct { CopyStub func(src, dest string) error // contains filtered or unexported fields }
func (*FakeCopier) CopyArgsForCall ¶
func (fake *FakeCopier) CopyArgsForCall(i int) (string, string)
func (*FakeCopier) CopyCallCount ¶
func (fake *FakeCopier) CopyCallCount() int
func (*FakeCopier) CopyReturns ¶
func (fake *FakeCopier) CopyReturns(result1 error)
Click to show internal directories.
Click to hide internal directories.