mock_service

package
v1.3.1 Latest Latest
Warning

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

Go to latest
Published: Apr 8, 2024 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package mock_service is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockNotifyService

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

MockNotifyService is a mock of NotifyService interface.

func NewMockNotifyService

func NewMockNotifyService(ctrl *gomock.Controller) *MockNotifyService

NewMockNotifyService creates a new mock instance.

func (*MockNotifyService) EXPECT

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

func (*MockNotifyService) Notify

func (m *MockNotifyService) Notify(ctx context.Context, anchorID int) error

Notify mocks base method.

type MockNotifyServiceMockRecorder

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

MockNotifyServiceMockRecorder is the mock recorder for MockNotifyService.

func (*MockNotifyServiceMockRecorder) Notify

func (mr *MockNotifyServiceMockRecorder) Notify(ctx, anchorID interface{}) *gomock.Call

Notify indicates an expected call of Notify.

type MockProcessService

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

MockProcessService is a mock of ProcessService interface.

func NewMockProcessService

func NewMockProcessService(ctrl *gomock.Controller) *MockProcessService

NewMockProcessService creates a new mock instance.

func (*MockProcessService) EXPECT

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

func (*MockProcessService) LoadUrl

func (m *MockProcessService) LoadUrl(ctx context.Context, url *url.URL) (domain.File, error)

LoadUrl mocks base method.

func (*MockProcessService) Process

Process mocks base method.

type MockProcessServiceMockRecorder

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

MockProcessServiceMockRecorder is the mock recorder for MockProcessService.

func (*MockProcessServiceMockRecorder) LoadUrl

func (mr *MockProcessServiceMockRecorder) LoadUrl(ctx, url interface{}) *gomock.Call

LoadUrl indicates an expected call of LoadUrl.

func (*MockProcessServiceMockRecorder) Process

func (mr *MockProcessServiceMockRecorder) Process(ctx, req interface{}) *gomock.Call

Process indicates an expected call of Process.

Jump to

Keyboard shortcuts

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