mocks

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2026 License: BSD-2-Clause Imports: 3 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 FakeGitClient

type FakeGitClient struct {
	EnsureClonedStub func(context.Context) error

	PathStub func() string

	PullStub func(context.Context) error
	// contains filtered or unexported fields
}

func (*FakeGitClient) EnsureCloned

func (fake *FakeGitClient) EnsureCloned(arg1 context.Context) error

func (*FakeGitClient) EnsureClonedArgsForCall

func (fake *FakeGitClient) EnsureClonedArgsForCall(i int) context.Context

func (*FakeGitClient) EnsureClonedCallCount

func (fake *FakeGitClient) EnsureClonedCallCount() int

func (*FakeGitClient) EnsureClonedCalls

func (fake *FakeGitClient) EnsureClonedCalls(stub func(context.Context) error)

func (*FakeGitClient) EnsureClonedReturns

func (fake *FakeGitClient) EnsureClonedReturns(result1 error)

func (*FakeGitClient) EnsureClonedReturnsOnCall

func (fake *FakeGitClient) EnsureClonedReturnsOnCall(i int, result1 error)

func (*FakeGitClient) Invocations

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

func (*FakeGitClient) Path

func (fake *FakeGitClient) Path() string

func (*FakeGitClient) PathCallCount

func (fake *FakeGitClient) PathCallCount() int

func (*FakeGitClient) PathCalls

func (fake *FakeGitClient) PathCalls(stub func() string)

func (*FakeGitClient) PathReturns

func (fake *FakeGitClient) PathReturns(result1 string)

func (*FakeGitClient) PathReturnsOnCall

func (fake *FakeGitClient) PathReturnsOnCall(i int, result1 string)

func (*FakeGitClient) Pull

func (fake *FakeGitClient) Pull(arg1 context.Context) error

func (*FakeGitClient) PullArgsForCall

func (fake *FakeGitClient) PullArgsForCall(i int) context.Context

func (*FakeGitClient) PullCallCount

func (fake *FakeGitClient) PullCallCount() int

func (*FakeGitClient) PullCalls

func (fake *FakeGitClient) PullCalls(stub func(context.Context) error)

func (*FakeGitClient) PullReturns

func (fake *FakeGitClient) PullReturns(result1 error)

func (*FakeGitClient) PullReturnsOnCall

func (fake *FakeGitClient) PullReturnsOnCall(i int, result1 error)

Jump to

Keyboard shortcuts

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