fake

package
v0.41.6 Latest Latest
Warning

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

Go to latest
Published: Mar 12, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package fake is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockService

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

MockService is a mock of Service interface.

func NewMockService

func NewMockService(ctrl *gomock.Controller) *MockService

NewMockService creates a new mock instance.

func (*MockService) EXPECT

func (m *MockService) EXPECT() *MockServiceMockRecorder

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

func (*MockService) List

List mocks base method.

func (*MockService) Processing added in v0.35.0

func (m *MockService) Processing(arg0 context.Context, arg1 *pipeline.ProcessingPayload) ([]string, error)

Processing mocks base method.

func (*MockService) Show

Show mocks base method.

type MockServiceMockRecorder

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

MockServiceMockRecorder is the mock recorder for MockService.

func (*MockServiceMockRecorder) List

func (mr *MockServiceMockRecorder) List(arg0, arg1 interface{}) *ServiceListCall

List indicates an expected call of List.

func (*MockServiceMockRecorder) Processing added in v0.35.0

func (mr *MockServiceMockRecorder) Processing(arg0, arg1 interface{}) *ServiceProcessingCall

Processing indicates an expected call of Processing.

func (*MockServiceMockRecorder) Show

func (mr *MockServiceMockRecorder) Show(arg0, arg1 interface{}) *ServiceShowCall

Show indicates an expected call of Show.

type ServiceListCall added in v0.41.0

type ServiceListCall struct {
	*gomock.Call
}

ServiceListCall wrap *gomock.Call

func (*ServiceListCall) Do added in v0.41.0

Do rewrite *gomock.Call.Do

func (*ServiceListCall) DoAndReturn added in v0.41.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ServiceListCall) Return added in v0.41.0

Return rewrite *gomock.Call.Return

type ServiceProcessingCall added in v0.41.0

type ServiceProcessingCall struct {
	*gomock.Call
}

ServiceProcessingCall wrap *gomock.Call

func (*ServiceProcessingCall) Do added in v0.41.0

Do rewrite *gomock.Call.Do

func (*ServiceProcessingCall) DoAndReturn added in v0.41.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ServiceProcessingCall) Return added in v0.41.0

func (c *ServiceProcessingCall) Return(arg0 []string, arg1 error) *ServiceProcessingCall

Return rewrite *gomock.Call.Return

type ServiceShowCall added in v0.41.0

type ServiceShowCall struct {
	*gomock.Call
}

ServiceShowCall wrap *gomock.Call

func (*ServiceShowCall) Do added in v0.41.0

Do rewrite *gomock.Call.Do

func (*ServiceShowCall) DoAndReturn added in v0.41.0

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ServiceShowCall) Return added in v0.41.0

Return rewrite *gomock.Call.Return

Jump to

Keyboard shortcuts

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