Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeGit
- func (fake *FakeGit) Invocations() map[string][][]interface{}
- func (fake *FakeGit) PlainCloneContext(arg1 context.Context, arg2 string, arg3 bool, arg4 *git.CloneOptions) (*git.Repository, error)
- func (fake *FakeGit) PlainCloneContextArgsForCall(i int) (context.Context, string, bool, *git.CloneOptions)
- func (fake *FakeGit) PlainCloneContextCallCount() int
- func (fake *FakeGit) PlainCloneContextCalls(...)
- func (fake *FakeGit) PlainCloneContextReturns(result1 *git.Repository, result2 error)
- func (fake *FakeGit) PlainCloneContextReturnsOnCall(i int, result1 *git.Repository, result2 error)
- func (fake *FakeGit) PlainInit(arg1 string, arg2 bool) (*git.Repository, error)
- func (fake *FakeGit) PlainInitArgsForCall(i int) (string, bool)
- func (fake *FakeGit) PlainInitCallCount() int
- func (fake *FakeGit) PlainInitCalls(stub func(string, bool) (*git.Repository, error))
- func (fake *FakeGit) PlainInitReturns(result1 *git.Repository, result2 error)
- func (fake *FakeGit) PlainInitReturnsOnCall(i int, result1 *git.Repository, result2 error)
- func (fake *FakeGit) PlainOpen(arg1 string) (*git.Repository, error)
- func (fake *FakeGit) PlainOpenArgsForCall(i int) string
- func (fake *FakeGit) PlainOpenCallCount() int
- func (fake *FakeGit) PlainOpenCalls(stub func(string) (*git.Repository, error))
- func (fake *FakeGit) PlainOpenReturns(result1 *git.Repository, result2 error)
- func (fake *FakeGit) PlainOpenReturnsOnCall(i int, result1 *git.Repository, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeGit ¶
type FakeGit struct { PlainCloneContextStub func(context.Context, string, bool, *git.CloneOptions) (*git.Repository, error) PlainInitStub func(string, bool) (*git.Repository, error) PlainOpenStub func(string) (*git.Repository, error) // contains filtered or unexported fields }
func (*FakeGit) Invocations ¶
func (*FakeGit) PlainCloneContext ¶
func (fake *FakeGit) PlainCloneContext(arg1 context.Context, arg2 string, arg3 bool, arg4 *git.CloneOptions) (*git.Repository, error)
func (*FakeGit) PlainCloneContextArgsForCall ¶
func (*FakeGit) PlainCloneContextCallCount ¶
func (*FakeGit) PlainCloneContextCalls ¶
func (fake *FakeGit) PlainCloneContextCalls(stub func(context.Context, string, bool, *git.CloneOptions) (*git.Repository, error))
func (*FakeGit) PlainCloneContextReturns ¶
func (fake *FakeGit) PlainCloneContextReturns(result1 *git.Repository, result2 error)
func (*FakeGit) PlainCloneContextReturnsOnCall ¶
func (fake *FakeGit) PlainCloneContextReturnsOnCall(i int, result1 *git.Repository, result2 error)
func (*FakeGit) PlainInitArgsForCall ¶
func (*FakeGit) PlainInitCallCount ¶
func (*FakeGit) PlainInitCalls ¶
func (*FakeGit) PlainInitReturns ¶
func (fake *FakeGit) PlainInitReturns(result1 *git.Repository, result2 error)
func (*FakeGit) PlainInitReturnsOnCall ¶
func (fake *FakeGit) PlainInitReturnsOnCall(i int, result1 *git.Repository, result2 error)
func (*FakeGit) PlainOpenArgsForCall ¶
func (*FakeGit) PlainOpenCallCount ¶
func (*FakeGit) PlainOpenCalls ¶
func (fake *FakeGit) PlainOpenCalls(stub func(string) (*git.Repository, error))
func (*FakeGit) PlainOpenReturns ¶
func (fake *FakeGit) PlainOpenReturns(result1 *git.Repository, result2 error)
func (*FakeGit) PlainOpenReturnsOnCall ¶
func (fake *FakeGit) PlainOpenReturnsOnCall(i int, result1 *git.Repository, result2 error)
Click to show internal directories.
Click to hide internal directories.