Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeFileLookup
- func (fake *FakeFileLookup) FileContents(repoPath string, branch string, filePath string) ([]byte, error)
- func (fake *FakeFileLookup) FileContentsArgsForCall(i int) (string, string, string)
- func (fake *FakeFileLookup) FileContentsCallCount() int
- func (fake *FakeFileLookup) FileContentsReturns(result1 []byte, result2 error)
- func (fake *FakeFileLookup) FileContentsReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeFileLookup) Invocations() map[string][][]interface{}
- type FakeLooper
- func (fake *FakeLooper) Invocations() map[string][][]interface{}
- func (fake *FakeLooper) ScanCurrentState(repositoryPath string, callback gitclient.ScanCallback) error
- func (fake *FakeLooper) ScanCurrentStateArgsForCall(i int) (string, gitclient.ScanCallback)
- func (fake *FakeLooper) ScanCurrentStateCallCount() int
- func (fake *FakeLooper) ScanCurrentStateReturns(result1 error)
- func (fake *FakeLooper) ScanCurrentStateReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeFileLookup ¶
type FakeFileLookup struct { FileContentsStub func(repoPath string, branch string, filePath string) ([]byte, error) // contains filtered or unexported fields }
func (*FakeFileLookup) FileContents ¶
func (*FakeFileLookup) FileContentsArgsForCall ¶
func (fake *FakeFileLookup) FileContentsArgsForCall(i int) (string, string, string)
func (*FakeFileLookup) FileContentsCallCount ¶
func (fake *FakeFileLookup) FileContentsCallCount() int
func (*FakeFileLookup) FileContentsReturns ¶
func (fake *FakeFileLookup) FileContentsReturns(result1 []byte, result2 error)
func (*FakeFileLookup) FileContentsReturnsOnCall ¶
func (fake *FakeFileLookup) FileContentsReturnsOnCall(i int, result1 []byte, result2 error)
func (*FakeFileLookup) Invocations ¶
func (fake *FakeFileLookup) Invocations() map[string][][]interface{}
type FakeLooper ¶
type FakeLooper struct { ScanCurrentStateStub func(repositoryPath string, callback gitclient.ScanCallback) error // contains filtered or unexported fields }
func (*FakeLooper) Invocations ¶
func (fake *FakeLooper) Invocations() map[string][][]interface{}
func (*FakeLooper) ScanCurrentState ¶
func (fake *FakeLooper) ScanCurrentState(repositoryPath string, callback gitclient.ScanCallback) error
func (*FakeLooper) ScanCurrentStateArgsForCall ¶
func (fake *FakeLooper) ScanCurrentStateArgsForCall(i int) (string, gitclient.ScanCallback)
func (*FakeLooper) ScanCurrentStateCallCount ¶
func (fake *FakeLooper) ScanCurrentStateCallCount() int
func (*FakeLooper) ScanCurrentStateReturns ¶
func (fake *FakeLooper) ScanCurrentStateReturns(result1 error)
func (*FakeLooper) ScanCurrentStateReturnsOnCall ¶
func (fake *FakeLooper) ScanCurrentStateReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.