Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeImpl
- func (fake *FakeImpl) Invocations() map[string][][]interface{}
- func (fake *FakeImpl) MkdirTemp(arg1 string, arg2 string) (string, error)
- func (fake *FakeImpl) MkdirTempArgsForCall(i int) (string, string)
- func (fake *FakeImpl) MkdirTempCallCount() int
- func (fake *FakeImpl) MkdirTempCalls(stub func(string, string) (string, error))
- func (fake *FakeImpl) MkdirTempReturns(result1 string, result2 error)
- func (fake *FakeImpl) MkdirTempReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeImpl) WriteFile(arg1 string, arg2 []byte, arg3 fs.FileMode) error
- func (fake *FakeImpl) WriteFileArgsForCall(i int) (string, []byte, fs.FileMode)
- func (fake *FakeImpl) WriteFileCallCount() int
- func (fake *FakeImpl) WriteFileCalls(stub func(string, []byte, fs.FileMode) error)
- func (fake *FakeImpl) WriteFileReturns(result1 error)
- func (fake *FakeImpl) WriteFileReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeImpl ¶
type FakeImpl struct { MkdirTempStub func(string, string) (string, error) WriteFileStub func(string, []byte, fs.FileMode) error // contains filtered or unexported fields }
func (*FakeImpl) Invocations ¶
func (*FakeImpl) MkdirTempArgsForCall ¶
func (*FakeImpl) MkdirTempCallCount ¶
func (*FakeImpl) MkdirTempCalls ¶
func (*FakeImpl) MkdirTempReturns ¶
func (*FakeImpl) MkdirTempReturnsOnCall ¶
func (*FakeImpl) WriteFileArgsForCall ¶
func (*FakeImpl) WriteFileCallCount ¶
func (*FakeImpl) WriteFileCalls ¶
func (*FakeImpl) WriteFileReturns ¶
func (*FakeImpl) WriteFileReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.