Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeImpl
- func (fake *FakeImpl) Invocations() map[string][][]interface{}
- func (fake *FakeImpl) Pull(arg1 string, arg2 string, arg3 string, arg4 *v1.Platform, arg5 bool) (*artifact.PullResult, error)
- func (fake *FakeImpl) PullArgsForCall(i int) (string, string, string, *v1.Platform, bool)
- func (fake *FakeImpl) PullCallCount() int
- func (fake *FakeImpl) PullCalls(...)
- func (fake *FakeImpl) PullReturns(result1 *artifact.PullResult, result2 error)
- func (fake *FakeImpl) PullReturnsOnCall(i int, result1 *artifact.PullResult, 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 { PullStub func(string, string, string, *v1.Platform, bool) (*artifact.PullResult, error) WriteFileStub func(string, []byte, fs.FileMode) error // contains filtered or unexported fields }
func (*FakeImpl) Invocations ¶
func (*FakeImpl) PullArgsForCall ¶
func (*FakeImpl) PullCallCount ¶
func (*FakeImpl) PullReturns ¶
func (fake *FakeImpl) PullReturns(result1 *artifact.PullResult, result2 error)
func (*FakeImpl) PullReturnsOnCall ¶
func (fake *FakeImpl) PullReturnsOnCall(i int, result1 *artifact.PullResult, result2 error)
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.