mock

package
v0.3.0-nightly.20220730 Latest Latest
Warning

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

Go to latest
Published: Jul 29, 2022 License: Apache-2.0 Imports: 7 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.

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

Create mocks base method.

func (*ConnectorOrchestrator) Delete

func (m *ConnectorOrchestrator) Delete(arg0 context.Context, arg1 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) List

List mocks base method.

func (*ConnectorOrchestrator) Update

Update mocks base method.

func (*ConnectorOrchestrator) Validate added in v0.2.1

func (m *ConnectorOrchestrator) Validate(arg0 context.Context, arg1 connector.Type, arg2 connector.Config) error

Validate mocks base method.

type ConnectorOrchestratorMockRecorder

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

ConnectorOrchestratorMockRecorder is the mock recorder for ConnectorOrchestrator.

func (*ConnectorOrchestratorMockRecorder) Create

func (mr *ConnectorOrchestratorMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*ConnectorOrchestratorMockRecorder) Delete

func (mr *ConnectorOrchestratorMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*ConnectorOrchestratorMockRecorder) Get

func (mr *ConnectorOrchestratorMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*ConnectorOrchestratorMockRecorder) List

func (mr *ConnectorOrchestratorMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

func (*ConnectorOrchestratorMockRecorder) Update

func (mr *ConnectorOrchestratorMockRecorder) Update(arg0, arg1, arg2 interface{}) *gomock.Call

Update indicates an expected call of Update.

func (*ConnectorOrchestratorMockRecorder) Validate added in v0.2.1

func (mr *ConnectorOrchestratorMockRecorder) Validate(arg0, arg1, arg2 interface{}) *gomock.Call

Validate indicates an expected call of Validate.

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(arg0 context.Context, arg1 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(arg0 context.Context, arg1 string) error

Start mocks base method.

func (*PipelineOrchestrator) Stop

func (m *PipelineOrchestrator) Stop(arg0 context.Context, arg1 string) error

Stop mocks base method.

func (*PipelineOrchestrator) Update

Update mocks base method.

type PipelineOrchestratorMockRecorder

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

PipelineOrchestratorMockRecorder is the mock recorder for PipelineOrchestrator.

func (*PipelineOrchestratorMockRecorder) Create

func (mr *PipelineOrchestratorMockRecorder) Create(arg0, arg1 interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*PipelineOrchestratorMockRecorder) Delete

func (mr *PipelineOrchestratorMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*PipelineOrchestratorMockRecorder) Get

func (mr *PipelineOrchestratorMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*PipelineOrchestratorMockRecorder) List

func (mr *PipelineOrchestratorMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

func (*PipelineOrchestratorMockRecorder) Start

func (mr *PipelineOrchestratorMockRecorder) Start(arg0, arg1 interface{}) *gomock.Call

Start indicates an expected call of Start.

func (*PipelineOrchestratorMockRecorder) Stop

func (mr *PipelineOrchestratorMockRecorder) Stop(arg0, arg1 interface{}) *gomock.Call

Stop indicates an expected call of Stop.

func (*PipelineOrchestratorMockRecorder) Update

func (mr *PipelineOrchestratorMockRecorder) Update(arg0, arg1, arg2 interface{}) *gomock.Call

Update indicates an expected call of Update.

type PluginOrchestrator added in v0.2.0

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

PluginOrchestrator is a mock of PluginOrchestrator interface.

func NewPluginOrchestrator added in v0.2.0

func NewPluginOrchestrator(ctrl *gomock.Controller) *PluginOrchestrator

NewPluginOrchestrator creates a new mock instance.

func (*PluginOrchestrator) EXPECT added in v0.2.0

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

func (*PluginOrchestrator) List added in v0.2.0

List mocks base method.

type PluginOrchestratorMockRecorder added in v0.2.0

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

PluginOrchestratorMockRecorder is the mock recorder for PluginOrchestrator.

func (*PluginOrchestratorMockRecorder) List added in v0.2.0

func (mr *PluginOrchestratorMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

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

Create mocks base method.

func (*ProcessorOrchestrator) Delete

func (m *ProcessorOrchestrator) Delete(arg0 context.Context, arg1 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) List

List mocks base method.

func (*ProcessorOrchestrator) Update

Update mocks base method.

type ProcessorOrchestratorMockRecorder

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

ProcessorOrchestratorMockRecorder is the mock recorder for ProcessorOrchestrator.

func (*ProcessorOrchestratorMockRecorder) Create

func (mr *ProcessorOrchestratorMockRecorder) Create(arg0, arg1, arg2, arg3 interface{}) *gomock.Call

Create indicates an expected call of Create.

func (*ProcessorOrchestratorMockRecorder) Delete

func (mr *ProcessorOrchestratorMockRecorder) Delete(arg0, arg1 interface{}) *gomock.Call

Delete indicates an expected call of Delete.

func (*ProcessorOrchestratorMockRecorder) Get

func (mr *ProcessorOrchestratorMockRecorder) Get(arg0, arg1 interface{}) *gomock.Call

Get indicates an expected call of Get.

func (*ProcessorOrchestratorMockRecorder) List

func (mr *ProcessorOrchestratorMockRecorder) List(arg0 interface{}) *gomock.Call

List indicates an expected call of List.

func (*ProcessorOrchestratorMockRecorder) Update

func (mr *ProcessorOrchestratorMockRecorder) Update(arg0, arg1, arg2 interface{}) *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