git

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Dec 27, 2023 License: MIT Imports: 2 Imported by: 0

Documentation

Overview

Package git is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockGitManager

type MockGitManager struct {
	// contains filtered or unexported fields
}

MockGitManager is a mock of GitManager interface.

func NewMockGitManager

func NewMockGitManager(ctrl *gomock.Controller) *MockGitManager

NewMockGitManager creates a new mock instance.

func (*MockGitManager) Clone

func (m *MockGitManager) Clone(gitURL, cloneDir string) error

Clone mocks base method.

func (*MockGitManager) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockGitManager) Worktree

func (m *MockGitManager) Worktree(cloneDir, version, dstDir string) error

Worktree mocks base method.

type MockGitManagerMockRecorder

type MockGitManagerMockRecorder struct {
	// contains filtered or unexported fields
}

MockGitManagerMockRecorder is the mock recorder for MockGitManager.

func (*MockGitManagerMockRecorder) Clone

func (mr *MockGitManagerMockRecorder) Clone(gitURL, cloneDir interface{}) *gomock.Call

Clone indicates an expected call of Clone.

func (*MockGitManagerMockRecorder) Worktree

func (mr *MockGitManagerMockRecorder) Worktree(cloneDir, version, dstDir interface{}) *gomock.Call

Worktree indicates an expected call of Worktree.

Jump to

Keyboard shortcuts

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