Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeAppFactory
- func (fake *FakeAppFactory) GetAppService(arg1 context.Context, arg2 string, arg3 string) (app.AppService, error)
- func (fake *FakeAppFactory) GetAppServiceArgsForCall(i int) (context.Context, string, string)
- func (fake *FakeAppFactory) GetAppServiceCallCount() int
- func (fake *FakeAppFactory) GetAppServiceCalls(stub func(context.Context, string, string) (app.AppService, error))
- func (fake *FakeAppFactory) GetAppServiceReturns(result1 app.AppService, result2 error)
- func (fake *FakeAppFactory) GetAppServiceReturnsOnCall(i int, result1 app.AppService, result2 error)
- func (fake *FakeAppFactory) GetKubeService() (kube.Kube, error)
- func (fake *FakeAppFactory) GetKubeServiceCallCount() int
- func (fake *FakeAppFactory) GetKubeServiceCalls(stub func() (kube.Kube, error))
- func (fake *FakeAppFactory) GetKubeServiceReturns(result1 kube.Kube, result2 error)
- func (fake *FakeAppFactory) GetKubeServiceReturnsOnCall(i int, result1 kube.Kube, result2 error)
- func (fake *FakeAppFactory) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeAppFactory ¶
type FakeAppFactory struct {
GetAppServiceStub func(context.Context, string, string) (app.AppService, error)
GetKubeServiceStub func() (kube.Kube, error)
// contains filtered or unexported fields
}
func (*FakeAppFactory) GetAppService ¶
func (fake *FakeAppFactory) GetAppService(arg1 context.Context, arg2 string, arg3 string) (app.AppService, error)
func (*FakeAppFactory) GetAppServiceArgsForCall ¶
func (*FakeAppFactory) GetAppServiceCallCount ¶
func (fake *FakeAppFactory) GetAppServiceCallCount() int
func (*FakeAppFactory) GetAppServiceCalls ¶
func (fake *FakeAppFactory) GetAppServiceCalls(stub func(context.Context, string, string) (app.AppService, error))
func (*FakeAppFactory) GetAppServiceReturns ¶
func (fake *FakeAppFactory) GetAppServiceReturns(result1 app.AppService, result2 error)
func (*FakeAppFactory) GetAppServiceReturnsOnCall ¶
func (fake *FakeAppFactory) GetAppServiceReturnsOnCall(i int, result1 app.AppService, result2 error)
func (*FakeAppFactory) GetKubeService ¶
func (fake *FakeAppFactory) GetKubeService() (kube.Kube, error)
func (*FakeAppFactory) GetKubeServiceCallCount ¶
func (fake *FakeAppFactory) GetKubeServiceCallCount() int
func (*FakeAppFactory) GetKubeServiceCalls ¶
func (fake *FakeAppFactory) GetKubeServiceCalls(stub func() (kube.Kube, error))
func (*FakeAppFactory) GetKubeServiceReturns ¶
func (fake *FakeAppFactory) GetKubeServiceReturns(result1 kube.Kube, result2 error)
func (*FakeAppFactory) GetKubeServiceReturnsOnCall ¶
func (fake *FakeAppFactory) GetKubeServiceReturnsOnCall(i int, result1 kube.Kube, result2 error)
func (*FakeAppFactory) Invocations ¶
func (fake *FakeAppFactory) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.