servicesfakes

package
v0.6.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 25, 2022 License: MPL-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Code generated by counterfeiter. DO NOT EDIT.

Index

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) (app.AppService, error)

	GetGitClientsStub func(context.Context, gitproviders.Client, services.GitConfigParams) (git.Git, gitproviders.GitProvider, error)

	GetKubeServiceStub func() (kube.Kube, error)
	// contains filtered or unexported fields
}

func (*FakeFactory) GetAppService

func (fake *FakeFactory) GetAppService(arg1 context.Context) (app.AppService, error)

func (*FakeFactory) GetAppServiceArgsForCall

func (fake *FakeFactory) GetAppServiceArgsForCall(i int) context.Context

func (*FakeFactory) GetAppServiceCallCount

func (fake *FakeFactory) GetAppServiceCallCount() int

func (*FakeFactory) GetAppServiceCalls

func (fake *FakeFactory) GetAppServiceCalls(stub func(context.Context) (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 (*FakeFactory) GetGitClientsArgsForCall

func (fake *FakeFactory) GetGitClientsArgsForCall(i int) (context.Context, gitproviders.Client, services.GitConfigParams)

func (*FakeFactory) GetGitClientsCallCount

func (fake *FakeFactory) GetGitClientsCallCount() int

func (*FakeFactory) GetGitClientsCalls

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) GetKubeService

func (fake *FakeFactory) GetKubeService() (kube.Kube, error)

func (*FakeFactory) GetKubeServiceCallCount

func (fake *FakeFactory) GetKubeServiceCallCount() int

func (*FakeFactory) GetKubeServiceCalls

func (fake *FakeFactory) GetKubeServiceCalls(stub func() (kube.Kube, error))

func (*FakeFactory) GetKubeServiceReturns

func (fake *FakeFactory) GetKubeServiceReturns(result1 kube.Kube, result2 error)

func (*FakeFactory) GetKubeServiceReturnsOnCall

func (fake *FakeFactory) GetKubeServiceReturnsOnCall(i int, result1 kube.Kube, result2 error)

func (*FakeFactory) Invocations

func (fake *FakeFactory) Invocations() map[string][][]interface{}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL