mock

package
v0.0.0-...-3fc36a1 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockClienter

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

MockClienter is a mock of Clienter interface.

func NewMockClienter

func NewMockClienter(ctrl *gomock.Controller) *MockClienter

NewMockClienter creates a new mock instance.

func (*MockClienter) Checkout

func (m *MockClienter) Checkout(path, branch string) error

Checkout mocks base method.

func (*MockClienter) CheckoutFile

func (m *MockClienter) CheckoutFile(path, fileName, branch string) error

CheckoutFile mocks base method.

func (*MockClienter) Clone

func (m *MockClienter) Clone(path string, hash *string) error

Clone mocks base method.

func (*MockClienter) EXPECT

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

func (*MockClienter) Merge

func (m *MockClienter) Merge(path, branch string) error

Merge mocks base method.

type MockClienterMockRecorder

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

MockClienterMockRecorder is the mock recorder for MockClienter.

func (*MockClienterMockRecorder) Checkout

func (mr *MockClienterMockRecorder) Checkout(path, branch any) *gomock.Call

Checkout indicates an expected call of Checkout.

func (*MockClienterMockRecorder) CheckoutFile

func (mr *MockClienterMockRecorder) CheckoutFile(path, fileName, branch any) *gomock.Call

CheckoutFile indicates an expected call of CheckoutFile.

func (*MockClienterMockRecorder) Clone

func (mr *MockClienterMockRecorder) Clone(path, hash any) *gomock.Call

Clone indicates an expected call of Clone.

func (*MockClienterMockRecorder) Merge

func (mr *MockClienterMockRecorder) Merge(path, branch any) *gomock.Call

Merge indicates an expected call of Merge.

Jump to

Keyboard shortcuts

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