overlay_mock

package
v4.0.7 Latest Latest
Warning

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

Go to latest
Published: Feb 11, 2026 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package overlay_mock is a generated GoMock package.

Package overlay_mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockOverlay

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

MockOverlay is a mock of Overlay interface.

func NewMockOverlay

func NewMockOverlay(ctrl *gomock.Controller) *MockOverlay

NewMockOverlay creates a new mock instance.

func (*MockOverlay) EXPECT

func (m *MockOverlay) EXPECT() *MockOverlayMockRecorder

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

func (*MockOverlay) ID

func (m *MockOverlay) ID() string

ID mocks base method.

func (*MockOverlay) Name

func (m *MockOverlay) Name() string

Name mocks base method.

func (*MockOverlay) RelativePath

func (m *MockOverlay) RelativePath() string

RelativePath mocks base method.

func (*MockOverlay) UUID

func (m *MockOverlay) UUID() uuid.UUID

UUID mocks base method.

type MockOverlayMockRecorder

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

MockOverlayMockRecorder is the mock recorder for MockOverlay.

func (*MockOverlayMockRecorder) ID

ID indicates an expected call of ID.

func (*MockOverlayMockRecorder) Name

func (mr *MockOverlayMockRecorder) Name() *gomock.Call

Name indicates an expected call of Name.

func (*MockOverlayMockRecorder) RelativePath

func (mr *MockOverlayMockRecorder) RelativePath() *gomock.Call

RelativePath indicates an expected call of RelativePath.

func (*MockOverlayMockRecorder) UUID

func (mr *MockOverlayMockRecorder) UUID() *gomock.Call

UUID indicates an expected call of UUID.

type MockOverlayService

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

MockOverlayService is a mock of OverlayService interface.

func NewMockOverlayService

func NewMockOverlayService(ctrl *gomock.Controller) *MockOverlayService

NewMockOverlayService creates a new mock instance.

func (*MockOverlayService) Add

func (m *MockOverlayService) Add(ctx context.Context, entry overlay.Entry) (string, error)

Add mocks base method.

func (*MockOverlayService) EXPECT

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

func (*MockOverlayService) Get

func (m *MockOverlayService) Get(ctx context.Context, idlike string) (overlay.Overlay, error)

Get mocks base method.

func (*MockOverlayService) HasChanges

func (m *MockOverlayService) HasChanges() bool

HasChanges mocks base method.

func (*MockOverlayService) List

List mocks base method.

func (*MockOverlayService) Load

Load mocks base method.

func (*MockOverlayService) MarkSaved

func (m *MockOverlayService) MarkSaved()

MarkSaved mocks base method.

func (*MockOverlayService) Open

func (m *MockOverlayService) Open(ctx context.Context, idlike string) (io.ReadCloser, error)

Open mocks base method.

func (*MockOverlayService) Remove

func (m *MockOverlayService) Remove(ctx context.Context, idlike string) error

Remove mocks base method.

func (*MockOverlayService) Update

func (m *MockOverlayService) Update(ctx context.Context, idlike string, entry overlay.Entry) error

Update mocks base method.

type MockOverlayServiceMockRecorder

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

MockOverlayServiceMockRecorder is the mock recorder for MockOverlayService.

func (*MockOverlayServiceMockRecorder) Add

func (mr *MockOverlayServiceMockRecorder) Add(ctx, entry any) *gomock.Call

Add indicates an expected call of Add.

func (*MockOverlayServiceMockRecorder) Get

func (mr *MockOverlayServiceMockRecorder) Get(ctx, idlike any) *gomock.Call

Get indicates an expected call of Get.

func (*MockOverlayServiceMockRecorder) HasChanges

func (mr *MockOverlayServiceMockRecorder) HasChanges() *gomock.Call

HasChanges indicates an expected call of HasChanges.

func (*MockOverlayServiceMockRecorder) List

List indicates an expected call of List.

func (*MockOverlayServiceMockRecorder) Load

Load indicates an expected call of Load.

func (*MockOverlayServiceMockRecorder) MarkSaved

func (mr *MockOverlayServiceMockRecorder) MarkSaved() *gomock.Call

MarkSaved indicates an expected call of MarkSaved.

func (*MockOverlayServiceMockRecorder) Open

func (mr *MockOverlayServiceMockRecorder) Open(ctx, idlike any) *gomock.Call

Open indicates an expected call of Open.

func (*MockOverlayServiceMockRecorder) Remove

func (mr *MockOverlayServiceMockRecorder) Remove(ctx, idlike any) *gomock.Call

Remove indicates an expected call of Remove.

func (*MockOverlayServiceMockRecorder) Update

func (mr *MockOverlayServiceMockRecorder) Update(ctx, idlike, entry 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