Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeFactory
- func (fake *FakeFactory) GetAppService(arg1 context.Context, arg2 kube.Kube) (app.AppService, error)
- func (fake *FakeFactory) GetAppServiceArgsForCall(i int) (context.Context, kube.Kube)
- func (fake *FakeFactory) GetAppServiceCallCount() int
- func (fake *FakeFactory) GetAppServiceCalls(stub func(context.Context, kube.Kube) (app.AppService, error))
- func (fake *FakeFactory) GetAppServiceReturns(result1 app.AppService, result2 error)
- func (fake *FakeFactory) GetAppServiceReturnsOnCall(i int, result1 app.AppService, result2 error)
- func (fake *FakeFactory) GetGitClients(arg1 context.Context, arg2 kube.Kube, arg3 gitproviders.Client, ...) (git.Git, gitproviders.GitProvider, error)
- func (fake *FakeFactory) GetGitClientsArgsForCall(i int) (context.Context, kube.Kube, gitproviders.Client, services.GitConfigParams)
- func (fake *FakeFactory) GetGitClientsCallCount() int
- func (fake *FakeFactory) GetGitClientsCalls(...)
- func (fake *FakeFactory) GetGitClientsReturns(result1 git.Git, result2 gitproviders.GitProvider, result3 error)
- func (fake *FakeFactory) GetGitClientsReturnsOnCall(i int, result1 git.Git, result2 gitproviders.GitProvider, result3 error)
- func (fake *FakeFactory) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeFactory ¶
type FakeFactory struct {
GetAppServiceStub func(context.Context, kube.Kube) (app.AppService, error)
GetGitClientsStub func(context.Context, kube.Kube, gitproviders.Client, services.GitConfigParams) (git.Git, gitproviders.GitProvider, error)
// contains filtered or unexported fields
}
func (*FakeFactory) GetAppService ¶
func (fake *FakeFactory) GetAppService(arg1 context.Context, arg2 kube.Kube) (app.AppService, error)
func (*FakeFactory) GetAppServiceArgsForCall ¶
func (*FakeFactory) GetAppServiceCallCount ¶
func (fake *FakeFactory) GetAppServiceCallCount() int
func (*FakeFactory) GetAppServiceCalls ¶
func (fake *FakeFactory) GetAppServiceCalls(stub func(context.Context, kube.Kube) (app.AppService, error))
func (*FakeFactory) GetAppServiceReturns ¶
func (fake *FakeFactory) GetAppServiceReturns(result1 app.AppService, result2 error)
func (*FakeFactory) GetAppServiceReturnsOnCall ¶
func (fake *FakeFactory) GetAppServiceReturnsOnCall(i int, result1 app.AppService, result2 error)
func (*FakeFactory) GetGitClients ¶
func (fake *FakeFactory) GetGitClients(arg1 context.Context, arg2 kube.Kube, arg3 gitproviders.Client, arg4 services.GitConfigParams) (git.Git, gitproviders.GitProvider, error)
func (*FakeFactory) GetGitClientsArgsForCall ¶
func (fake *FakeFactory) GetGitClientsArgsForCall(i int) (context.Context, kube.Kube, gitproviders.Client, services.GitConfigParams)
func (*FakeFactory) GetGitClientsCallCount ¶
func (fake *FakeFactory) GetGitClientsCallCount() int
func (*FakeFactory) GetGitClientsCalls ¶
func (fake *FakeFactory) GetGitClientsCalls(stub func(context.Context, kube.Kube, gitproviders.Client, services.GitConfigParams) (git.Git, gitproviders.GitProvider, error))
func (*FakeFactory) GetGitClientsReturns ¶
func (fake *FakeFactory) GetGitClientsReturns(result1 git.Git, result2 gitproviders.GitProvider, result3 error)
func (*FakeFactory) GetGitClientsReturnsOnCall ¶
func (fake *FakeFactory) GetGitClientsReturnsOnCall(i int, result1 git.Git, result2 gitproviders.GitProvider, result3 error)
func (*FakeFactory) Invocations ¶
func (fake *FakeFactory) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.