gitprovidersfakes

package
v0.1.0-rc0 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2021 License: MPL-2.0 Imports: 2 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 FakeGitProviderHandler

type FakeGitProviderHandler struct {
	CreateRepositoryStub func(string, string, bool) error

	DeployKeyExistsStub func(string, string) (bool, error)

	RepositoryExistsStub func(string, string) (bool, error)

	UploadDeployKeyStub func(string, string, []byte) error
	// contains filtered or unexported fields
}

func (*FakeGitProviderHandler) CreateRepository

func (fake *FakeGitProviderHandler) CreateRepository(arg1 string, arg2 string, arg3 bool) error

func (*FakeGitProviderHandler) CreateRepositoryArgsForCall

func (fake *FakeGitProviderHandler) CreateRepositoryArgsForCall(i int) (string, string, bool)

func (*FakeGitProviderHandler) CreateRepositoryCallCount

func (fake *FakeGitProviderHandler) CreateRepositoryCallCount() int

func (*FakeGitProviderHandler) CreateRepositoryCalls

func (fake *FakeGitProviderHandler) CreateRepositoryCalls(stub func(string, string, bool) error)

func (*FakeGitProviderHandler) CreateRepositoryReturns

func (fake *FakeGitProviderHandler) CreateRepositoryReturns(result1 error)

func (*FakeGitProviderHandler) CreateRepositoryReturnsOnCall

func (fake *FakeGitProviderHandler) CreateRepositoryReturnsOnCall(i int, result1 error)

func (*FakeGitProviderHandler) DeployKeyExists

func (fake *FakeGitProviderHandler) DeployKeyExists(arg1 string, arg2 string) (bool, error)

func (*FakeGitProviderHandler) DeployKeyExistsArgsForCall

func (fake *FakeGitProviderHandler) DeployKeyExistsArgsForCall(i int) (string, string)

func (*FakeGitProviderHandler) DeployKeyExistsCallCount

func (fake *FakeGitProviderHandler) DeployKeyExistsCallCount() int

func (*FakeGitProviderHandler) DeployKeyExistsCalls

func (fake *FakeGitProviderHandler) DeployKeyExistsCalls(stub func(string, string) (bool, error))

func (*FakeGitProviderHandler) DeployKeyExistsReturns

func (fake *FakeGitProviderHandler) DeployKeyExistsReturns(result1 bool, result2 error)

func (*FakeGitProviderHandler) DeployKeyExistsReturnsOnCall

func (fake *FakeGitProviderHandler) DeployKeyExistsReturnsOnCall(i int, result1 bool, result2 error)

func (*FakeGitProviderHandler) Invocations

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

func (*FakeGitProviderHandler) RepositoryExists

func (fake *FakeGitProviderHandler) RepositoryExists(arg1 string, arg2 string) (bool, error)

func (*FakeGitProviderHandler) RepositoryExistsArgsForCall

func (fake *FakeGitProviderHandler) RepositoryExistsArgsForCall(i int) (string, string)

func (*FakeGitProviderHandler) RepositoryExistsCallCount

func (fake *FakeGitProviderHandler) RepositoryExistsCallCount() int

func (*FakeGitProviderHandler) RepositoryExistsCalls

func (fake *FakeGitProviderHandler) RepositoryExistsCalls(stub func(string, string) (bool, error))

func (*FakeGitProviderHandler) RepositoryExistsReturns

func (fake *FakeGitProviderHandler) RepositoryExistsReturns(result1 bool, result2 error)

func (*FakeGitProviderHandler) RepositoryExistsReturnsOnCall

func (fake *FakeGitProviderHandler) RepositoryExistsReturnsOnCall(i int, result1 bool, result2 error)

func (*FakeGitProviderHandler) UploadDeployKey

func (fake *FakeGitProviderHandler) UploadDeployKey(arg1 string, arg2 string, arg3 []byte) error

func (*FakeGitProviderHandler) UploadDeployKeyArgsForCall

func (fake *FakeGitProviderHandler) UploadDeployKeyArgsForCall(i int) (string, string, []byte)

func (*FakeGitProviderHandler) UploadDeployKeyCallCount

func (fake *FakeGitProviderHandler) UploadDeployKeyCallCount() int

func (*FakeGitProviderHandler) UploadDeployKeyCalls

func (fake *FakeGitProviderHandler) UploadDeployKeyCalls(stub func(string, string, []byte) error)

func (*FakeGitProviderHandler) UploadDeployKeyReturns

func (fake *FakeGitProviderHandler) UploadDeployKeyReturns(result1 error)

func (*FakeGitProviderHandler) UploadDeployKeyReturnsOnCall

func (fake *FakeGitProviderHandler) UploadDeployKeyReturnsOnCall(i int, result1 error)

Jump to

Keyboard shortcuts

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