Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeGitClient
- func (fake *FakeGitClient) EnsureCloned(arg1 context.Context) error
- func (fake *FakeGitClient) EnsureClonedArgsForCall(i int) context.Context
- func (fake *FakeGitClient) EnsureClonedCallCount() int
- func (fake *FakeGitClient) EnsureClonedCalls(stub func(context.Context) error)
- func (fake *FakeGitClient) EnsureClonedReturns(result1 error)
- func (fake *FakeGitClient) EnsureClonedReturnsOnCall(i int, result1 error)
- func (fake *FakeGitClient) Invocations() map[string][][]interface{}
- func (fake *FakeGitClient) Path() string
- func (fake *FakeGitClient) PathCallCount() int
- func (fake *FakeGitClient) PathCalls(stub func() string)
- func (fake *FakeGitClient) PathReturns(result1 string)
- func (fake *FakeGitClient) PathReturnsOnCall(i int, result1 string)
- func (fake *FakeGitClient) Pull(arg1 context.Context) error
- func (fake *FakeGitClient) PullArgsForCall(i int) context.Context
- func (fake *FakeGitClient) PullCallCount() int
- func (fake *FakeGitClient) PullCalls(stub func(context.Context) error)
- func (fake *FakeGitClient) PullReturns(result1 error)
- func (fake *FakeGitClient) PullReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeGitClient ¶
type FakeGitClient struct {
EnsureClonedStub func(context.Context) error
PathStub func() string
PullStub func(context.Context) error
// contains filtered or unexported fields
}
func (*FakeGitClient) EnsureCloned ¶
func (fake *FakeGitClient) EnsureCloned(arg1 context.Context) error
func (*FakeGitClient) EnsureClonedArgsForCall ¶
func (fake *FakeGitClient) EnsureClonedArgsForCall(i int) context.Context
func (*FakeGitClient) EnsureClonedCallCount ¶
func (fake *FakeGitClient) EnsureClonedCallCount() int
func (*FakeGitClient) EnsureClonedCalls ¶
func (fake *FakeGitClient) EnsureClonedCalls(stub func(context.Context) error)
func (*FakeGitClient) EnsureClonedReturns ¶
func (fake *FakeGitClient) EnsureClonedReturns(result1 error)
func (*FakeGitClient) EnsureClonedReturnsOnCall ¶
func (fake *FakeGitClient) EnsureClonedReturnsOnCall(i int, result1 error)
func (*FakeGitClient) Invocations ¶
func (fake *FakeGitClient) Invocations() map[string][][]interface{}
func (*FakeGitClient) Path ¶
func (fake *FakeGitClient) Path() string
func (*FakeGitClient) PathCallCount ¶
func (fake *FakeGitClient) PathCallCount() int
func (*FakeGitClient) PathCalls ¶
func (fake *FakeGitClient) PathCalls(stub func() string)
func (*FakeGitClient) PathReturns ¶
func (fake *FakeGitClient) PathReturns(result1 string)
func (*FakeGitClient) PathReturnsOnCall ¶
func (fake *FakeGitClient) PathReturnsOnCall(i int, result1 string)
func (*FakeGitClient) PullArgsForCall ¶
func (fake *FakeGitClient) PullArgsForCall(i int) context.Context
func (*FakeGitClient) PullCallCount ¶
func (fake *FakeGitClient) PullCallCount() int
func (*FakeGitClient) PullCalls ¶
func (fake *FakeGitClient) PullCalls(stub func(context.Context) error)
func (*FakeGitClient) PullReturns ¶
func (fake *FakeGitClient) PullReturns(result1 error)
func (*FakeGitClient) PullReturnsOnCall ¶
func (fake *FakeGitClient) PullReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.