mocks

package
v0.26.0 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2025 License: GPL-3.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockManager

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

MockManager is a mock of Manager interface.

func NewMockManager

func NewMockManager(ctrl *gomock.Controller) *MockManager

NewMockManager creates a new mock instance.

func (*MockManager) CreateConfigDirectory

func (m *MockManager) CreateConfigDirectory(configPath string) error

CreateConfigDirectory mocks base method.

func (*MockManager) DefaultConfig

func (m *MockManager) DefaultConfig() config.Config

DefaultConfig mocks base method.

func (*MockManager) EXPECT

func (m *MockManager) EXPECT() *MockManagerMockRecorder

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

func (*MockManager) LoadConfig

func (m *MockManager) LoadConfig(configPath string) (config.Config, error)

LoadConfig mocks base method.

func (*MockManager) LoadConfigStrict

func (m *MockManager) LoadConfigStrict(configPath string) (config.Config, error)

LoadConfigStrict mocks base method.

func (*MockManager) SaveConfig

func (m *MockManager) SaveConfig(arg0 config.Config, configPath string) error

SaveConfig mocks base method.

func (*MockManager) ValidateRepositoriesDir

func (m *MockManager) ValidateRepositoriesDir(repositoriesDir string) error

ValidateRepositoriesDir mocks base method.

func (*MockManager) ValidateStatusFile

func (m *MockManager) ValidateStatusFile(statusFile string) error

ValidateStatusFile mocks base method.

func (*MockManager) ValidateWorkspacesDir

func (m *MockManager) ValidateWorkspacesDir(workspacesDir string) error

ValidateWorkspacesDir mocks base method.

type MockManagerMockRecorder

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

MockManagerMockRecorder is the mock recorder for MockManager.

func (*MockManagerMockRecorder) CreateConfigDirectory

func (mr *MockManagerMockRecorder) CreateConfigDirectory(configPath any) *gomock.Call

CreateConfigDirectory indicates an expected call of CreateConfigDirectory.

func (*MockManagerMockRecorder) DefaultConfig

func (mr *MockManagerMockRecorder) DefaultConfig() *gomock.Call

DefaultConfig indicates an expected call of DefaultConfig.

func (*MockManagerMockRecorder) LoadConfig

func (mr *MockManagerMockRecorder) LoadConfig(configPath any) *gomock.Call

LoadConfig indicates an expected call of LoadConfig.

func (*MockManagerMockRecorder) LoadConfigStrict

func (mr *MockManagerMockRecorder) LoadConfigStrict(configPath any) *gomock.Call

LoadConfigStrict indicates an expected call of LoadConfigStrict.

func (*MockManagerMockRecorder) SaveConfig

func (mr *MockManagerMockRecorder) SaveConfig(arg0, configPath any) *gomock.Call

SaveConfig indicates an expected call of SaveConfig.

func (*MockManagerMockRecorder) ValidateRepositoriesDir

func (mr *MockManagerMockRecorder) ValidateRepositoriesDir(repositoriesDir any) *gomock.Call

ValidateRepositoriesDir indicates an expected call of ValidateRepositoriesDir.

func (*MockManagerMockRecorder) ValidateStatusFile

func (mr *MockManagerMockRecorder) ValidateStatusFile(statusFile any) *gomock.Call

ValidateStatusFile indicates an expected call of ValidateStatusFile.

func (*MockManagerMockRecorder) ValidateWorkspacesDir

func (mr *MockManagerMockRecorder) ValidateWorkspacesDir(workspacesDir any) *gomock.Call

ValidateWorkspacesDir indicates an expected call of ValidateWorkspacesDir.

Jump to

Keyboard shortcuts

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