mock

package
v0.13.1 Latest Latest
Warning

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

Go to latest
Published: Feb 6, 2025 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ConnectorOrchestrator

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

ConnectorOrchestrator is a mock of ConnectorOrchestrator interface.

func NewConnectorOrchestrator

func NewConnectorOrchestrator(ctrl *gomock.Controller) *ConnectorOrchestrator

NewConnectorOrchestrator creates a new mock instance.

func (*ConnectorOrchestrator) Create

func (m *ConnectorOrchestrator) Create(ctx context.Context, t connector.Type, plugin, pipelineID string, config connector.Config) (*connector.Instance, error)

Create mocks base method.

func (*ConnectorOrchestrator) Delete

func (m *ConnectorOrchestrator) Delete(ctx context.Context, id string) error

Delete mocks base method.

func (*ConnectorOrchestrator) EXPECT

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

func (*ConnectorOrchestrator) Get

Get mocks base method.

func (*ConnectorOrchestrator) Inspect

Inspect mocks base method.

func (*ConnectorOrchestrator) List

List mocks base method.

func (*ConnectorOrchestrator) Update

func (m *ConnectorOrchestrator) Update(ctx context.Context, id, plugin string, config connector.Config) (*connector.Instance, error)

Update mocks base method.

func (*ConnectorOrchestrator) Validate

func (m *ConnectorOrchestrator) Validate(ctx context.Context, t connector.Type, plugin string, config connector.Config) error

Validate mocks base method.

type ConnectorOrchestratorCreateCall

type ConnectorOrchestratorCreateCall struct {
	*gomock.Call
}

ConnectorOrchestratorCreateCall wrap *gomock.Call

func (*ConnectorOrchestratorCreateCall) Do

Do rewrite *gomock.Call.Do

func (*ConnectorOrchestratorCreateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ConnectorOrchestratorCreateCall) Return

Return rewrite *gomock.Call.Return

type ConnectorOrchestratorDeleteCall

type ConnectorOrchestratorDeleteCall struct {
	*gomock.Call
}

ConnectorOrchestratorDeleteCall wrap *gomock.Call

func (*ConnectorOrchestratorDeleteCall) Do

Do rewrite *gomock.Call.Do

func (*ConnectorOrchestratorDeleteCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ConnectorOrchestratorDeleteCall) Return

Return rewrite *gomock.Call.Return

type ConnectorOrchestratorGetCall

type ConnectorOrchestratorGetCall struct {
	*gomock.Call
}

ConnectorOrchestratorGetCall wrap *gomock.Call

func (*ConnectorOrchestratorGetCall) Do

Do rewrite *gomock.Call.Do

func (*ConnectorOrchestratorGetCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ConnectorOrchestratorGetCall) Return

Return rewrite *gomock.Call.Return

type ConnectorOrchestratorInspectCall

type ConnectorOrchestratorInspectCall struct {
	*gomock.Call
}

ConnectorOrchestratorInspectCall wrap *gomock.Call

func (*ConnectorOrchestratorInspectCall) Do

Do rewrite *gomock.Call.Do

func (*ConnectorOrchestratorInspectCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ConnectorOrchestratorInspectCall) Return

Return rewrite *gomock.Call.Return

type ConnectorOrchestratorListCall

type ConnectorOrchestratorListCall struct {
	*gomock.Call
}

ConnectorOrchestratorListCall wrap *gomock.Call

func (*ConnectorOrchestratorListCall) Do

Do rewrite *gomock.Call.Do

func (*ConnectorOrchestratorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ConnectorOrchestratorListCall) Return

Return rewrite *gomock.Call.Return

type ConnectorOrchestratorMockRecorder

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

ConnectorOrchestratorMockRecorder is the mock recorder for ConnectorOrchestrator.

func (*ConnectorOrchestratorMockRecorder) Create

func (mr *ConnectorOrchestratorMockRecorder) Create(ctx, t, plugin, pipelineID, config any) *ConnectorOrchestratorCreateCall

Create indicates an expected call of Create.

func (*ConnectorOrchestratorMockRecorder) Delete

Delete indicates an expected call of Delete.

func (*ConnectorOrchestratorMockRecorder) Get

Get indicates an expected call of Get.

func (*ConnectorOrchestratorMockRecorder) Inspect

Inspect indicates an expected call of Inspect.

func (*ConnectorOrchestratorMockRecorder) List

List indicates an expected call of List.

func (*ConnectorOrchestratorMockRecorder) Update

func (mr *ConnectorOrchestratorMockRecorder) Update(ctx, id, plugin, config any) *ConnectorOrchestratorUpdateCall

Update indicates an expected call of Update.

func (*ConnectorOrchestratorMockRecorder) Validate

func (mr *ConnectorOrchestratorMockRecorder) Validate(ctx, t, plugin, config any) *ConnectorOrchestratorValidateCall

Validate indicates an expected call of Validate.

type ConnectorOrchestratorUpdateCall

type ConnectorOrchestratorUpdateCall struct {
	*gomock.Call
}

ConnectorOrchestratorUpdateCall wrap *gomock.Call

func (*ConnectorOrchestratorUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*ConnectorOrchestratorUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ConnectorOrchestratorUpdateCall) Return

Return rewrite *gomock.Call.Return

type ConnectorOrchestratorValidateCall

type ConnectorOrchestratorValidateCall struct {
	*gomock.Call
}

ConnectorOrchestratorValidateCall wrap *gomock.Call

func (*ConnectorOrchestratorValidateCall) Do

Do rewrite *gomock.Call.Do

func (*ConnectorOrchestratorValidateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ConnectorOrchestratorValidateCall) Return

Return rewrite *gomock.Call.Return

type ConnectorPluginOrchestrator

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

ConnectorPluginOrchestrator is a mock of ConnectorPluginOrchestrator interface.

func NewConnectorPluginOrchestrator

func NewConnectorPluginOrchestrator(ctrl *gomock.Controller) *ConnectorPluginOrchestrator

NewConnectorPluginOrchestrator creates a new mock instance.

func (*ConnectorPluginOrchestrator) EXPECT

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

func (*ConnectorPluginOrchestrator) List

List mocks base method.

type ConnectorPluginOrchestratorListCall

type ConnectorPluginOrchestratorListCall struct {
	*gomock.Call
}

ConnectorPluginOrchestratorListCall wrap *gomock.Call

func (*ConnectorPluginOrchestratorListCall) Do

Do rewrite *gomock.Call.Do

func (*ConnectorPluginOrchestratorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ConnectorPluginOrchestratorListCall) Return

Return rewrite *gomock.Call.Return

type ConnectorPluginOrchestratorMockRecorder

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

ConnectorPluginOrchestratorMockRecorder is the mock recorder for ConnectorPluginOrchestrator.

func (*ConnectorPluginOrchestratorMockRecorder) List

List indicates an expected call of List.

type ConnectorService_InspectConnectorServer

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

ConnectorService_InspectConnectorServer is a mock of ConnectorService_InspectConnectorServer interface.

func NewConnectorService_InspectConnectorServer

func NewConnectorService_InspectConnectorServer(ctrl *gomock.Controller) *ConnectorService_InspectConnectorServer

NewConnectorService_InspectConnectorServer creates a new mock instance.

func (*ConnectorService_InspectConnectorServer) Context

Context mocks base method.

func (*ConnectorService_InspectConnectorServer) EXPECT

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

func (*ConnectorService_InspectConnectorServer) RecvMsg

RecvMsg mocks base method.

func (*ConnectorService_InspectConnectorServer) Send

Send mocks base method.

func (*ConnectorService_InspectConnectorServer) SendHeader

SendHeader mocks base method.

func (*ConnectorService_InspectConnectorServer) SendMsg

SendMsg mocks base method.

func (*ConnectorService_InspectConnectorServer) SetHeader

SetHeader mocks base method.

func (*ConnectorService_InspectConnectorServer) SetTrailer

SetTrailer mocks base method.

type ConnectorService_InspectConnectorServerContextCall

type ConnectorService_InspectConnectorServerContextCall struct {
	*gomock.Call
}

ConnectorService_InspectConnectorServerContextCall wrap *gomock.Call

func (*ConnectorService_InspectConnectorServerContextCall) Do

Do rewrite *gomock.Call.Do

func (*ConnectorService_InspectConnectorServerContextCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ConnectorService_InspectConnectorServerContextCall) Return

Return rewrite *gomock.Call.Return

type ConnectorService_InspectConnectorServerMockRecorder

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

ConnectorService_InspectConnectorServerMockRecorder is the mock recorder for ConnectorService_InspectConnectorServer.

func (*ConnectorService_InspectConnectorServerMockRecorder) Context

Context indicates an expected call of Context.

func (*ConnectorService_InspectConnectorServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*ConnectorService_InspectConnectorServerMockRecorder) Send

Send indicates an expected call of Send.

func (*ConnectorService_InspectConnectorServerMockRecorder) SendHeader

SendHeader indicates an expected call of SendHeader.

func (*ConnectorService_InspectConnectorServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*ConnectorService_InspectConnectorServerMockRecorder) SetHeader

SetHeader indicates an expected call of SetHeader.

func (*ConnectorService_InspectConnectorServerMockRecorder) SetTrailer

SetTrailer indicates an expected call of SetTrailer.

type ConnectorService_InspectConnectorServerRecvMsgCall

type ConnectorService_InspectConnectorServerRecvMsgCall struct {
	*gomock.Call
}

ConnectorService_InspectConnectorServerRecvMsgCall wrap *gomock.Call

func (*ConnectorService_InspectConnectorServerRecvMsgCall) Do

Do rewrite *gomock.Call.Do

func (*ConnectorService_InspectConnectorServerRecvMsgCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ConnectorService_InspectConnectorServerRecvMsgCall) Return

Return rewrite *gomock.Call.Return

type ConnectorService_InspectConnectorServerSendCall

type ConnectorService_InspectConnectorServerSendCall struct {
	*gomock.Call
}

ConnectorService_InspectConnectorServerSendCall wrap *gomock.Call

func (*ConnectorService_InspectConnectorServerSendCall) Do

Do rewrite *gomock.Call.Do

func (*ConnectorService_InspectConnectorServerSendCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ConnectorService_InspectConnectorServerSendCall) Return

Return rewrite *gomock.Call.Return

type ConnectorService_InspectConnectorServerSendHeaderCall

type ConnectorService_InspectConnectorServerSendHeaderCall struct {
	*gomock.Call
}

ConnectorService_InspectConnectorServerSendHeaderCall wrap *gomock.Call

func (*ConnectorService_InspectConnectorServerSendHeaderCall) Do

Do rewrite *gomock.Call.Do

func (*ConnectorService_InspectConnectorServerSendHeaderCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ConnectorService_InspectConnectorServerSendHeaderCall) Return

Return rewrite *gomock.Call.Return

type ConnectorService_InspectConnectorServerSendMsgCall

type ConnectorService_InspectConnectorServerSendMsgCall struct {
	*gomock.Call
}

ConnectorService_InspectConnectorServerSendMsgCall wrap *gomock.Call

func (*ConnectorService_InspectConnectorServerSendMsgCall) Do

Do rewrite *gomock.Call.Do

func (*ConnectorService_InspectConnectorServerSendMsgCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ConnectorService_InspectConnectorServerSendMsgCall) Return

Return rewrite *gomock.Call.Return

type ConnectorService_InspectConnectorServerSetHeaderCall

type ConnectorService_InspectConnectorServerSetHeaderCall struct {
	*gomock.Call
}

ConnectorService_InspectConnectorServerSetHeaderCall wrap *gomock.Call

func (*ConnectorService_InspectConnectorServerSetHeaderCall) Do

Do rewrite *gomock.Call.Do

func (*ConnectorService_InspectConnectorServerSetHeaderCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ConnectorService_InspectConnectorServerSetHeaderCall) Return

Return rewrite *gomock.Call.Return

type ConnectorService_InspectConnectorServerSetTrailerCall

type ConnectorService_InspectConnectorServerSetTrailerCall struct {
	*gomock.Call
}

ConnectorService_InspectConnectorServerSetTrailerCall wrap *gomock.Call

func (*ConnectorService_InspectConnectorServerSetTrailerCall) Do

Do rewrite *gomock.Call.Do

func (*ConnectorService_InspectConnectorServerSetTrailerCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ConnectorService_InspectConnectorServerSetTrailerCall) Return

Return rewrite *gomock.Call.Return

type PipelineOrchestrator

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

PipelineOrchestrator is a mock of PipelineOrchestrator interface.

func NewPipelineOrchestrator

func NewPipelineOrchestrator(ctrl *gomock.Controller) *PipelineOrchestrator

NewPipelineOrchestrator creates a new mock instance.

func (*PipelineOrchestrator) Create

Create mocks base method.

func (*PipelineOrchestrator) Delete

func (m *PipelineOrchestrator) Delete(ctx context.Context, id string) error

Delete mocks base method.

func (*PipelineOrchestrator) EXPECT

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

func (*PipelineOrchestrator) Get

Get mocks base method.

func (*PipelineOrchestrator) List

List mocks base method.

func (*PipelineOrchestrator) Start

func (m *PipelineOrchestrator) Start(ctx context.Context, id string) error

Start mocks base method.

func (*PipelineOrchestrator) Stop

func (m *PipelineOrchestrator) Stop(ctx context.Context, id string, force bool) error

Stop mocks base method.

func (*PipelineOrchestrator) Update

Update mocks base method.

func (*PipelineOrchestrator) UpdateDLQ

func (m *PipelineOrchestrator) UpdateDLQ(ctx context.Context, id string, dlq pipeline.DLQ) (*pipeline.Instance, error)

UpdateDLQ mocks base method.

type PipelineOrchestratorCreateCall

type PipelineOrchestratorCreateCall struct {
	*gomock.Call
}

PipelineOrchestratorCreateCall wrap *gomock.Call

func (*PipelineOrchestratorCreateCall) Do

Do rewrite *gomock.Call.Do

func (*PipelineOrchestratorCreateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*PipelineOrchestratorCreateCall) Return

Return rewrite *gomock.Call.Return

type PipelineOrchestratorDeleteCall

type PipelineOrchestratorDeleteCall struct {
	*gomock.Call
}

PipelineOrchestratorDeleteCall wrap *gomock.Call

func (*PipelineOrchestratorDeleteCall) Do

Do rewrite *gomock.Call.Do

func (*PipelineOrchestratorDeleteCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*PipelineOrchestratorDeleteCall) Return

Return rewrite *gomock.Call.Return

type PipelineOrchestratorGetCall

type PipelineOrchestratorGetCall struct {
	*gomock.Call
}

PipelineOrchestratorGetCall wrap *gomock.Call

func (*PipelineOrchestratorGetCall) Do

Do rewrite *gomock.Call.Do

func (*PipelineOrchestratorGetCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*PipelineOrchestratorGetCall) Return

Return rewrite *gomock.Call.Return

type PipelineOrchestratorListCall

type PipelineOrchestratorListCall struct {
	*gomock.Call
}

PipelineOrchestratorListCall wrap *gomock.Call

func (*PipelineOrchestratorListCall) Do

Do rewrite *gomock.Call.Do

func (*PipelineOrchestratorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*PipelineOrchestratorListCall) Return

Return rewrite *gomock.Call.Return

type PipelineOrchestratorMockRecorder

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

PipelineOrchestratorMockRecorder is the mock recorder for PipelineOrchestrator.

func (*PipelineOrchestratorMockRecorder) Create

Create indicates an expected call of Create.

func (*PipelineOrchestratorMockRecorder) Delete

Delete indicates an expected call of Delete.

func (*PipelineOrchestratorMockRecorder) Get

Get indicates an expected call of Get.

func (*PipelineOrchestratorMockRecorder) List

List indicates an expected call of List.

func (*PipelineOrchestratorMockRecorder) Start

Start indicates an expected call of Start.

func (*PipelineOrchestratorMockRecorder) Stop

Stop indicates an expected call of Stop.

func (*PipelineOrchestratorMockRecorder) Update

Update indicates an expected call of Update.

func (*PipelineOrchestratorMockRecorder) UpdateDLQ

UpdateDLQ indicates an expected call of UpdateDLQ.

type PipelineOrchestratorStartCall

type PipelineOrchestratorStartCall struct {
	*gomock.Call
}

PipelineOrchestratorStartCall wrap *gomock.Call

func (*PipelineOrchestratorStartCall) Do

Do rewrite *gomock.Call.Do

func (*PipelineOrchestratorStartCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*PipelineOrchestratorStartCall) Return

Return rewrite *gomock.Call.Return

type PipelineOrchestratorStopCall

type PipelineOrchestratorStopCall struct {
	*gomock.Call
}

PipelineOrchestratorStopCall wrap *gomock.Call

func (*PipelineOrchestratorStopCall) Do

Do rewrite *gomock.Call.Do

func (*PipelineOrchestratorStopCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*PipelineOrchestratorStopCall) Return

Return rewrite *gomock.Call.Return

type PipelineOrchestratorUpdateCall

type PipelineOrchestratorUpdateCall struct {
	*gomock.Call
}

PipelineOrchestratorUpdateCall wrap *gomock.Call

func (*PipelineOrchestratorUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*PipelineOrchestratorUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*PipelineOrchestratorUpdateCall) Return

Return rewrite *gomock.Call.Return

type PipelineOrchestratorUpdateDLQCall

type PipelineOrchestratorUpdateDLQCall struct {
	*gomock.Call
}

PipelineOrchestratorUpdateDLQCall wrap *gomock.Call

func (*PipelineOrchestratorUpdateDLQCall) Do

Do rewrite *gomock.Call.Do

func (*PipelineOrchestratorUpdateDLQCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*PipelineOrchestratorUpdateDLQCall) Return

Return rewrite *gomock.Call.Return

type ProcessorOrchestrator

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

ProcessorOrchestrator is a mock of ProcessorOrchestrator interface.

func NewProcessorOrchestrator

func NewProcessorOrchestrator(ctrl *gomock.Controller) *ProcessorOrchestrator

NewProcessorOrchestrator creates a new mock instance.

func (*ProcessorOrchestrator) Create

func (m *ProcessorOrchestrator) Create(ctx context.Context, procType string, parent processor.Parent, cfg processor.Config, condition string) (*processor.Instance, error)

Create mocks base method.

func (*ProcessorOrchestrator) Delete

func (m *ProcessorOrchestrator) Delete(ctx context.Context, id string) error

Delete mocks base method.

func (*ProcessorOrchestrator) EXPECT

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

func (*ProcessorOrchestrator) Get

Get mocks base method.

func (*ProcessorOrchestrator) InspectIn

InspectIn mocks base method.

func (*ProcessorOrchestrator) InspectOut

func (m *ProcessorOrchestrator) InspectOut(ctx context.Context, id string) (*inspector.Session, error)

InspectOut mocks base method.

func (*ProcessorOrchestrator) List

List mocks base method.

func (*ProcessorOrchestrator) Update

func (m *ProcessorOrchestrator) Update(ctx context.Context, id, plugin string, cfg processor.Config) (*processor.Instance, error)

Update mocks base method.

type ProcessorOrchestratorCreateCall

type ProcessorOrchestratorCreateCall struct {
	*gomock.Call
}

ProcessorOrchestratorCreateCall wrap *gomock.Call

func (*ProcessorOrchestratorCreateCall) Do

Do rewrite *gomock.Call.Do

func (*ProcessorOrchestratorCreateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ProcessorOrchestratorCreateCall) Return

Return rewrite *gomock.Call.Return

type ProcessorOrchestratorDeleteCall

type ProcessorOrchestratorDeleteCall struct {
	*gomock.Call
}

ProcessorOrchestratorDeleteCall wrap *gomock.Call

func (*ProcessorOrchestratorDeleteCall) Do

Do rewrite *gomock.Call.Do

func (*ProcessorOrchestratorDeleteCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ProcessorOrchestratorDeleteCall) Return

Return rewrite *gomock.Call.Return

type ProcessorOrchestratorGetCall

type ProcessorOrchestratorGetCall struct {
	*gomock.Call
}

ProcessorOrchestratorGetCall wrap *gomock.Call

func (*ProcessorOrchestratorGetCall) Do

Do rewrite *gomock.Call.Do

func (*ProcessorOrchestratorGetCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ProcessorOrchestratorGetCall) Return

Return rewrite *gomock.Call.Return

type ProcessorOrchestratorInspectInCall

type ProcessorOrchestratorInspectInCall struct {
	*gomock.Call
}

ProcessorOrchestratorInspectInCall wrap *gomock.Call

func (*ProcessorOrchestratorInspectInCall) Do

Do rewrite *gomock.Call.Do

func (*ProcessorOrchestratorInspectInCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ProcessorOrchestratorInspectInCall) Return

Return rewrite *gomock.Call.Return

type ProcessorOrchestratorInspectOutCall

type ProcessorOrchestratorInspectOutCall struct {
	*gomock.Call
}

ProcessorOrchestratorInspectOutCall wrap *gomock.Call

func (*ProcessorOrchestratorInspectOutCall) Do

Do rewrite *gomock.Call.Do

func (*ProcessorOrchestratorInspectOutCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ProcessorOrchestratorInspectOutCall) Return

Return rewrite *gomock.Call.Return

type ProcessorOrchestratorListCall

type ProcessorOrchestratorListCall struct {
	*gomock.Call
}

ProcessorOrchestratorListCall wrap *gomock.Call

func (*ProcessorOrchestratorListCall) Do

Do rewrite *gomock.Call.Do

func (*ProcessorOrchestratorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ProcessorOrchestratorListCall) Return

Return rewrite *gomock.Call.Return

type ProcessorOrchestratorMockRecorder

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

ProcessorOrchestratorMockRecorder is the mock recorder for ProcessorOrchestrator.

func (*ProcessorOrchestratorMockRecorder) Create

func (mr *ProcessorOrchestratorMockRecorder) Create(ctx, procType, parent, cfg, condition any) *ProcessorOrchestratorCreateCall

Create indicates an expected call of Create.

func (*ProcessorOrchestratorMockRecorder) Delete

Delete indicates an expected call of Delete.

func (*ProcessorOrchestratorMockRecorder) Get

Get indicates an expected call of Get.

func (*ProcessorOrchestratorMockRecorder) InspectIn

InspectIn indicates an expected call of InspectIn.

func (*ProcessorOrchestratorMockRecorder) InspectOut

InspectOut indicates an expected call of InspectOut.

func (*ProcessorOrchestratorMockRecorder) List

List indicates an expected call of List.

func (*ProcessorOrchestratorMockRecorder) Update

func (mr *ProcessorOrchestratorMockRecorder) Update(ctx, id, plugin, cfg any) *ProcessorOrchestratorUpdateCall

Update indicates an expected call of Update.

type ProcessorOrchestratorUpdateCall

type ProcessorOrchestratorUpdateCall struct {
	*gomock.Call
}

ProcessorOrchestratorUpdateCall wrap *gomock.Call

func (*ProcessorOrchestratorUpdateCall) Do

Do rewrite *gomock.Call.Do

func (*ProcessorOrchestratorUpdateCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ProcessorOrchestratorUpdateCall) Return

Return rewrite *gomock.Call.Return

type ProcessorPluginOrchestrator

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

ProcessorPluginOrchestrator is a mock of ProcessorPluginOrchestrator interface.

func NewProcessorPluginOrchestrator

func NewProcessorPluginOrchestrator(ctrl *gomock.Controller) *ProcessorPluginOrchestrator

NewProcessorPluginOrchestrator creates a new mock instance.

func (*ProcessorPluginOrchestrator) EXPECT

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

func (*ProcessorPluginOrchestrator) List

List mocks base method.

type ProcessorPluginOrchestratorListCall

type ProcessorPluginOrchestratorListCall struct {
	*gomock.Call
}

ProcessorPluginOrchestratorListCall wrap *gomock.Call

func (*ProcessorPluginOrchestratorListCall) Do

Do rewrite *gomock.Call.Do

func (*ProcessorPluginOrchestratorListCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ProcessorPluginOrchestratorListCall) Return

Return rewrite *gomock.Call.Return

type ProcessorPluginOrchestratorMockRecorder

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

ProcessorPluginOrchestratorMockRecorder is the mock recorder for ProcessorPluginOrchestrator.

func (*ProcessorPluginOrchestratorMockRecorder) List

List indicates an expected call of List.

type ProcessorService_InspectProcessorInServer

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

ProcessorService_InspectProcessorInServer is a mock of ProcessorService_InspectProcessorInServer interface.

func NewProcessorService_InspectProcessorInServer

func NewProcessorService_InspectProcessorInServer(ctrl *gomock.Controller) *ProcessorService_InspectProcessorInServer

NewProcessorService_InspectProcessorInServer creates a new mock instance.

func (*ProcessorService_InspectProcessorInServer) Context

Context mocks base method.

func (*ProcessorService_InspectProcessorInServer) EXPECT

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

func (*ProcessorService_InspectProcessorInServer) RecvMsg

RecvMsg mocks base method.

func (*ProcessorService_InspectProcessorInServer) Send

Send mocks base method.

func (*ProcessorService_InspectProcessorInServer) SendHeader

SendHeader mocks base method.

func (*ProcessorService_InspectProcessorInServer) SendMsg

SendMsg mocks base method.

func (*ProcessorService_InspectProcessorInServer) SetHeader

SetHeader mocks base method.

func (*ProcessorService_InspectProcessorInServer) SetTrailer

SetTrailer mocks base method.

type ProcessorService_InspectProcessorInServerContextCall

type ProcessorService_InspectProcessorInServerContextCall struct {
	*gomock.Call
}

ProcessorService_InspectProcessorInServerContextCall wrap *gomock.Call

func (*ProcessorService_InspectProcessorInServerContextCall) Do

Do rewrite *gomock.Call.Do

func (*ProcessorService_InspectProcessorInServerContextCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ProcessorService_InspectProcessorInServerContextCall) Return

Return rewrite *gomock.Call.Return

type ProcessorService_InspectProcessorInServerMockRecorder

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

ProcessorService_InspectProcessorInServerMockRecorder is the mock recorder for ProcessorService_InspectProcessorInServer.

func (*ProcessorService_InspectProcessorInServerMockRecorder) Context

Context indicates an expected call of Context.

func (*ProcessorService_InspectProcessorInServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*ProcessorService_InspectProcessorInServerMockRecorder) Send

Send indicates an expected call of Send.

func (*ProcessorService_InspectProcessorInServerMockRecorder) SendHeader

SendHeader indicates an expected call of SendHeader.

func (*ProcessorService_InspectProcessorInServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*ProcessorService_InspectProcessorInServerMockRecorder) SetHeader

SetHeader indicates an expected call of SetHeader.

func (*ProcessorService_InspectProcessorInServerMockRecorder) SetTrailer

SetTrailer indicates an expected call of SetTrailer.

type ProcessorService_InspectProcessorInServerRecvMsgCall

type ProcessorService_InspectProcessorInServerRecvMsgCall struct {
	*gomock.Call
}

ProcessorService_InspectProcessorInServerRecvMsgCall wrap *gomock.Call

func (*ProcessorService_InspectProcessorInServerRecvMsgCall) Do

Do rewrite *gomock.Call.Do

func (*ProcessorService_InspectProcessorInServerRecvMsgCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ProcessorService_InspectProcessorInServerRecvMsgCall) Return

Return rewrite *gomock.Call.Return

type ProcessorService_InspectProcessorInServerSendCall

type ProcessorService_InspectProcessorInServerSendCall struct {
	*gomock.Call
}

ProcessorService_InspectProcessorInServerSendCall wrap *gomock.Call

func (*ProcessorService_InspectProcessorInServerSendCall) Do

Do rewrite *gomock.Call.Do

func (*ProcessorService_InspectProcessorInServerSendCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ProcessorService_InspectProcessorInServerSendCall) Return

Return rewrite *gomock.Call.Return

type ProcessorService_InspectProcessorInServerSendHeaderCall

type ProcessorService_InspectProcessorInServerSendHeaderCall struct {
	*gomock.Call
}

ProcessorService_InspectProcessorInServerSendHeaderCall wrap *gomock.Call

func (*ProcessorService_InspectProcessorInServerSendHeaderCall) Do

Do rewrite *gomock.Call.Do

func (*ProcessorService_InspectProcessorInServerSendHeaderCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ProcessorService_InspectProcessorInServerSendHeaderCall) Return

Return rewrite *gomock.Call.Return

type ProcessorService_InspectProcessorInServerSendMsgCall

type ProcessorService_InspectProcessorInServerSendMsgCall struct {
	*gomock.Call
}

ProcessorService_InspectProcessorInServerSendMsgCall wrap *gomock.Call

func (*ProcessorService_InspectProcessorInServerSendMsgCall) Do

Do rewrite *gomock.Call.Do

func (*ProcessorService_InspectProcessorInServerSendMsgCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ProcessorService_InspectProcessorInServerSendMsgCall) Return

Return rewrite *gomock.Call.Return

type ProcessorService_InspectProcessorInServerSetHeaderCall

type ProcessorService_InspectProcessorInServerSetHeaderCall struct {
	*gomock.Call
}

ProcessorService_InspectProcessorInServerSetHeaderCall wrap *gomock.Call

func (*ProcessorService_InspectProcessorInServerSetHeaderCall) Do

Do rewrite *gomock.Call.Do

func (*ProcessorService_InspectProcessorInServerSetHeaderCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ProcessorService_InspectProcessorInServerSetHeaderCall) Return

Return rewrite *gomock.Call.Return

type ProcessorService_InspectProcessorInServerSetTrailerCall

type ProcessorService_InspectProcessorInServerSetTrailerCall struct {
	*gomock.Call
}

ProcessorService_InspectProcessorInServerSetTrailerCall wrap *gomock.Call

func (*ProcessorService_InspectProcessorInServerSetTrailerCall) Do

Do rewrite *gomock.Call.Do

func (*ProcessorService_InspectProcessorInServerSetTrailerCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ProcessorService_InspectProcessorInServerSetTrailerCall) Return

Return rewrite *gomock.Call.Return

type ProcessorService_InspectProcessorOutServer

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

ProcessorService_InspectProcessorOutServer is a mock of ProcessorService_InspectProcessorOutServer interface.

func NewProcessorService_InspectProcessorOutServer

func NewProcessorService_InspectProcessorOutServer(ctrl *gomock.Controller) *ProcessorService_InspectProcessorOutServer

NewProcessorService_InspectProcessorOutServer creates a new mock instance.

func (*ProcessorService_InspectProcessorOutServer) Context

Context mocks base method.

func (*ProcessorService_InspectProcessorOutServer) EXPECT

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

func (*ProcessorService_InspectProcessorOutServer) RecvMsg

RecvMsg mocks base method.

func (*ProcessorService_InspectProcessorOutServer) Send

Send mocks base method.

func (*ProcessorService_InspectProcessorOutServer) SendHeader

SendHeader mocks base method.

func (*ProcessorService_InspectProcessorOutServer) SendMsg

SendMsg mocks base method.

func (*ProcessorService_InspectProcessorOutServer) SetHeader

SetHeader mocks base method.

func (*ProcessorService_InspectProcessorOutServer) SetTrailer

SetTrailer mocks base method.

type ProcessorService_InspectProcessorOutServerContextCall

type ProcessorService_InspectProcessorOutServerContextCall struct {
	*gomock.Call
}

ProcessorService_InspectProcessorOutServerContextCall wrap *gomock.Call

func (*ProcessorService_InspectProcessorOutServerContextCall) Do

Do rewrite *gomock.Call.Do

func (*ProcessorService_InspectProcessorOutServerContextCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ProcessorService_InspectProcessorOutServerContextCall) Return

Return rewrite *gomock.Call.Return

type ProcessorService_InspectProcessorOutServerMockRecorder

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

ProcessorService_InspectProcessorOutServerMockRecorder is the mock recorder for ProcessorService_InspectProcessorOutServer.

func (*ProcessorService_InspectProcessorOutServerMockRecorder) Context

Context indicates an expected call of Context.

func (*ProcessorService_InspectProcessorOutServerMockRecorder) RecvMsg

RecvMsg indicates an expected call of RecvMsg.

func (*ProcessorService_InspectProcessorOutServerMockRecorder) Send

Send indicates an expected call of Send.

func (*ProcessorService_InspectProcessorOutServerMockRecorder) SendHeader

SendHeader indicates an expected call of SendHeader.

func (*ProcessorService_InspectProcessorOutServerMockRecorder) SendMsg

SendMsg indicates an expected call of SendMsg.

func (*ProcessorService_InspectProcessorOutServerMockRecorder) SetHeader

SetHeader indicates an expected call of SetHeader.

func (*ProcessorService_InspectProcessorOutServerMockRecorder) SetTrailer

SetTrailer indicates an expected call of SetTrailer.

type ProcessorService_InspectProcessorOutServerRecvMsgCall

type ProcessorService_InspectProcessorOutServerRecvMsgCall struct {
	*gomock.Call
}

ProcessorService_InspectProcessorOutServerRecvMsgCall wrap *gomock.Call

func (*ProcessorService_InspectProcessorOutServerRecvMsgCall) Do

Do rewrite *gomock.Call.Do

func (*ProcessorService_InspectProcessorOutServerRecvMsgCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ProcessorService_InspectProcessorOutServerRecvMsgCall) Return

Return rewrite *gomock.Call.Return

type ProcessorService_InspectProcessorOutServerSendCall

type ProcessorService_InspectProcessorOutServerSendCall struct {
	*gomock.Call
}

ProcessorService_InspectProcessorOutServerSendCall wrap *gomock.Call

func (*ProcessorService_InspectProcessorOutServerSendCall) Do

Do rewrite *gomock.Call.Do

func (*ProcessorService_InspectProcessorOutServerSendCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ProcessorService_InspectProcessorOutServerSendCall) Return

Return rewrite *gomock.Call.Return

type ProcessorService_InspectProcessorOutServerSendHeaderCall

type ProcessorService_InspectProcessorOutServerSendHeaderCall struct {
	*gomock.Call
}

ProcessorService_InspectProcessorOutServerSendHeaderCall wrap *gomock.Call

func (*ProcessorService_InspectProcessorOutServerSendHeaderCall) Do

Do rewrite *gomock.Call.Do

func (*ProcessorService_InspectProcessorOutServerSendHeaderCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ProcessorService_InspectProcessorOutServerSendHeaderCall) Return

Return rewrite *gomock.Call.Return

type ProcessorService_InspectProcessorOutServerSendMsgCall

type ProcessorService_InspectProcessorOutServerSendMsgCall struct {
	*gomock.Call
}

ProcessorService_InspectProcessorOutServerSendMsgCall wrap *gomock.Call

func (*ProcessorService_InspectProcessorOutServerSendMsgCall) Do

Do rewrite *gomock.Call.Do

func (*ProcessorService_InspectProcessorOutServerSendMsgCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ProcessorService_InspectProcessorOutServerSendMsgCall) Return

Return rewrite *gomock.Call.Return

type ProcessorService_InspectProcessorOutServerSetHeaderCall

type ProcessorService_InspectProcessorOutServerSetHeaderCall struct {
	*gomock.Call
}

ProcessorService_InspectProcessorOutServerSetHeaderCall wrap *gomock.Call

func (*ProcessorService_InspectProcessorOutServerSetHeaderCall) Do

Do rewrite *gomock.Call.Do

func (*ProcessorService_InspectProcessorOutServerSetHeaderCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ProcessorService_InspectProcessorOutServerSetHeaderCall) Return

Return rewrite *gomock.Call.Return

type ProcessorService_InspectProcessorOutServerSetTrailerCall

type ProcessorService_InspectProcessorOutServerSetTrailerCall struct {
	*gomock.Call
}

ProcessorService_InspectProcessorOutServerSetTrailerCall wrap *gomock.Call

func (*ProcessorService_InspectProcessorOutServerSetTrailerCall) Do

Do rewrite *gomock.Call.Do

func (*ProcessorService_InspectProcessorOutServerSetTrailerCall) DoAndReturn

DoAndReturn rewrite *gomock.Call.DoAndReturn

func (*ProcessorService_InspectProcessorOutServerSetTrailerCall) Return

Return rewrite *gomock.Call.Return

Jump to

Keyboard shortcuts

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