mocks

package
v0.6.2 Latest Latest
Warning

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

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

Documentation

Overview

Package mocks is a generated GoMock package.

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 MockExecutableCache

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

MockExecutableCache is a mock of ExecutableCache interface.

func NewMockExecutableCache

func NewMockExecutableCache(ctrl *gomock.Controller) *MockExecutableCache

NewMockExecutableCache creates a new mock instance.

func (*MockExecutableCache) EXPECT

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

func (*MockExecutableCache) GetExecutableByRef

func (m *MockExecutableCache) GetExecutableByRef(arg0 io.Logger, arg1 executable.Ref) (*executable.Executable, error)

GetExecutableByRef mocks base method.

func (*MockExecutableCache) GetExecutableList

func (m *MockExecutableCache) GetExecutableList(arg0 io.Logger) (executable.ExecutableList, error)

GetExecutableList mocks base method.

func (*MockExecutableCache) Update

func (m *MockExecutableCache) Update(arg0 io.Logger) error

Update mocks base method.

type MockExecutableCacheMockRecorder

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

MockExecutableCacheMockRecorder is the mock recorder for MockExecutableCache.

func (*MockExecutableCacheMockRecorder) GetExecutableByRef

func (mr *MockExecutableCacheMockRecorder) GetExecutableByRef(arg0, arg1 any) *gomock.Call

GetExecutableByRef indicates an expected call of GetExecutableByRef.

func (*MockExecutableCacheMockRecorder) GetExecutableList

func (mr *MockExecutableCacheMockRecorder) GetExecutableList(arg0 any) *gomock.Call

GetExecutableList indicates an expected call of GetExecutableList.

func (*MockExecutableCacheMockRecorder) Update

func (mr *MockExecutableCacheMockRecorder) Update(arg0 any) *gomock.Call

Update indicates an expected call of Update.

type MockWorkspaceCache

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

MockWorkspaceCache is a mock of WorkspaceCache interface.

func NewMockWorkspaceCache

func NewMockWorkspaceCache(ctrl *gomock.Controller) *MockWorkspaceCache

NewMockWorkspaceCache creates a new mock instance.

func (*MockWorkspaceCache) EXPECT

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

func (*MockWorkspaceCache) GetData

GetData mocks base method.

func (*MockWorkspaceCache) GetLatestData

func (m *MockWorkspaceCache) GetLatestData(arg0 io.Logger) (*cache.WorkspaceCacheData, error)

GetLatestData mocks base method.

func (*MockWorkspaceCache) GetWorkspaceConfigList

func (m *MockWorkspaceCache) GetWorkspaceConfigList(arg0 io.Logger) (workspace.WorkspaceList, error)

GetWorkspaceConfigList mocks base method.

func (*MockWorkspaceCache) Update

func (m *MockWorkspaceCache) Update(arg0 io.Logger) error

Update mocks base method.

type MockWorkspaceCacheMockRecorder

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

MockWorkspaceCacheMockRecorder is the mock recorder for MockWorkspaceCache.

func (*MockWorkspaceCacheMockRecorder) GetData

GetData indicates an expected call of GetData.

func (*MockWorkspaceCacheMockRecorder) GetLatestData

func (mr *MockWorkspaceCacheMockRecorder) GetLatestData(arg0 any) *gomock.Call

GetLatestData indicates an expected call of GetLatestData.

func (*MockWorkspaceCacheMockRecorder) GetWorkspaceConfigList

func (mr *MockWorkspaceCacheMockRecorder) GetWorkspaceConfigList(arg0 any) *gomock.Call

GetWorkspaceConfigList indicates an expected call of GetWorkspaceConfigList.

func (*MockWorkspaceCacheMockRecorder) Update

func (mr *MockWorkspaceCacheMockRecorder) Update(arg0 any) *gomock.Call

Update indicates an expected call of Update.

Jump to

Keyboard shortcuts

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