kafkaconnectmock

package
v1.44.309 Latest Latest
Warning

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

Go to latest
Published: Jul 27, 2023 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package kafkaconnectmock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockKafkaConnectAPI

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

MockKafkaConnectAPI is a mock of KafkaConnectAPI interface

func NewMockKafkaConnectAPI

func NewMockKafkaConnectAPI(ctrl *gomock.Controller) *MockKafkaConnectAPI

NewMockKafkaConnectAPI creates a new mock instance

func (*MockKafkaConnectAPI) CreateConnector

CreateConnector mocks base method

func (*MockKafkaConnectAPI) CreateConnectorRequest

CreateConnectorRequest mocks base method

func (*MockKafkaConnectAPI) CreateConnectorWithContext

CreateConnectorWithContext mocks base method

func (*MockKafkaConnectAPI) CreateCustomPlugin

CreateCustomPlugin mocks base method

func (*MockKafkaConnectAPI) CreateCustomPluginRequest

CreateCustomPluginRequest mocks base method

func (*MockKafkaConnectAPI) CreateCustomPluginWithContext

CreateCustomPluginWithContext mocks base method

func (*MockKafkaConnectAPI) CreateWorkerConfiguration

CreateWorkerConfiguration mocks base method

func (*MockKafkaConnectAPI) CreateWorkerConfigurationRequest

CreateWorkerConfigurationRequest mocks base method

func (*MockKafkaConnectAPI) CreateWorkerConfigurationWithContext

CreateWorkerConfigurationWithContext mocks base method

func (*MockKafkaConnectAPI) DeleteConnector

DeleteConnector mocks base method

func (*MockKafkaConnectAPI) DeleteConnectorRequest

DeleteConnectorRequest mocks base method

func (*MockKafkaConnectAPI) DeleteConnectorWithContext

DeleteConnectorWithContext mocks base method

func (*MockKafkaConnectAPI) DeleteCustomPlugin

DeleteCustomPlugin mocks base method

func (*MockKafkaConnectAPI) DeleteCustomPluginRequest

DeleteCustomPluginRequest mocks base method

func (*MockKafkaConnectAPI) DeleteCustomPluginWithContext

DeleteCustomPluginWithContext mocks base method

func (*MockKafkaConnectAPI) DescribeConnector

DescribeConnector mocks base method

func (*MockKafkaConnectAPI) DescribeConnectorRequest

DescribeConnectorRequest mocks base method

func (*MockKafkaConnectAPI) DescribeConnectorWithContext

DescribeConnectorWithContext mocks base method

func (*MockKafkaConnectAPI) DescribeCustomPlugin

DescribeCustomPlugin mocks base method

func (*MockKafkaConnectAPI) DescribeCustomPluginRequest

DescribeCustomPluginRequest mocks base method

func (*MockKafkaConnectAPI) DescribeCustomPluginWithContext

DescribeCustomPluginWithContext mocks base method

func (*MockKafkaConnectAPI) DescribeWorkerConfiguration

DescribeWorkerConfiguration mocks base method

func (*MockKafkaConnectAPI) DescribeWorkerConfigurationRequest

DescribeWorkerConfigurationRequest mocks base method

func (*MockKafkaConnectAPI) DescribeWorkerConfigurationWithContext

DescribeWorkerConfigurationWithContext mocks base method

func (*MockKafkaConnectAPI) EXPECT

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

func (*MockKafkaConnectAPI) ListConnectors

ListConnectors mocks base method

func (*MockKafkaConnectAPI) ListConnectorsPages

ListConnectorsPages mocks base method

func (*MockKafkaConnectAPI) ListConnectorsPagesWithContext

func (m *MockKafkaConnectAPI) ListConnectorsPagesWithContext(arg0 context.Context, arg1 *kafkaconnect.ListConnectorsInput, arg2 func(*kafkaconnect.ListConnectorsOutput, bool) bool, arg3 ...request.Option) error

ListConnectorsPagesWithContext mocks base method

func (*MockKafkaConnectAPI) ListConnectorsRequest

ListConnectorsRequest mocks base method

func (*MockKafkaConnectAPI) ListConnectorsWithContext

ListConnectorsWithContext mocks base method

func (*MockKafkaConnectAPI) ListCustomPlugins

ListCustomPlugins mocks base method

func (*MockKafkaConnectAPI) ListCustomPluginsPages

ListCustomPluginsPages mocks base method

func (*MockKafkaConnectAPI) ListCustomPluginsPagesWithContext

func (m *MockKafkaConnectAPI) ListCustomPluginsPagesWithContext(arg0 context.Context, arg1 *kafkaconnect.ListCustomPluginsInput, arg2 func(*kafkaconnect.ListCustomPluginsOutput, bool) bool, arg3 ...request.Option) error

ListCustomPluginsPagesWithContext mocks base method

func (*MockKafkaConnectAPI) ListCustomPluginsRequest

ListCustomPluginsRequest mocks base method

func (*MockKafkaConnectAPI) ListCustomPluginsWithContext

ListCustomPluginsWithContext mocks base method

func (*MockKafkaConnectAPI) ListWorkerConfigurations

ListWorkerConfigurations mocks base method

func (*MockKafkaConnectAPI) ListWorkerConfigurationsPages

ListWorkerConfigurationsPages mocks base method

func (*MockKafkaConnectAPI) ListWorkerConfigurationsPagesWithContext

func (m *MockKafkaConnectAPI) ListWorkerConfigurationsPagesWithContext(arg0 context.Context, arg1 *kafkaconnect.ListWorkerConfigurationsInput, arg2 func(*kafkaconnect.ListWorkerConfigurationsOutput, bool) bool, arg3 ...request.Option) error

ListWorkerConfigurationsPagesWithContext mocks base method

func (*MockKafkaConnectAPI) ListWorkerConfigurationsRequest

ListWorkerConfigurationsRequest mocks base method

func (*MockKafkaConnectAPI) ListWorkerConfigurationsWithContext

ListWorkerConfigurationsWithContext mocks base method

func (*MockKafkaConnectAPI) UpdateConnector

UpdateConnector mocks base method

func (*MockKafkaConnectAPI) UpdateConnectorRequest

UpdateConnectorRequest mocks base method

func (*MockKafkaConnectAPI) UpdateConnectorWithContext

UpdateConnectorWithContext mocks base method

type MockKafkaConnectAPIMockRecorder

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

MockKafkaConnectAPIMockRecorder is the mock recorder for MockKafkaConnectAPI

func (*MockKafkaConnectAPIMockRecorder) CreateConnector

func (mr *MockKafkaConnectAPIMockRecorder) CreateConnector(arg0 interface{}) *gomock.Call

CreateConnector indicates an expected call of CreateConnector

func (*MockKafkaConnectAPIMockRecorder) CreateConnectorRequest

func (mr *MockKafkaConnectAPIMockRecorder) CreateConnectorRequest(arg0 interface{}) *gomock.Call

CreateConnectorRequest indicates an expected call of CreateConnectorRequest

func (*MockKafkaConnectAPIMockRecorder) CreateConnectorWithContext

func (mr *MockKafkaConnectAPIMockRecorder) CreateConnectorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateConnectorWithContext indicates an expected call of CreateConnectorWithContext

func (*MockKafkaConnectAPIMockRecorder) CreateCustomPlugin

func (mr *MockKafkaConnectAPIMockRecorder) CreateCustomPlugin(arg0 interface{}) *gomock.Call

CreateCustomPlugin indicates an expected call of CreateCustomPlugin

func (*MockKafkaConnectAPIMockRecorder) CreateCustomPluginRequest

func (mr *MockKafkaConnectAPIMockRecorder) CreateCustomPluginRequest(arg0 interface{}) *gomock.Call

CreateCustomPluginRequest indicates an expected call of CreateCustomPluginRequest

func (*MockKafkaConnectAPIMockRecorder) CreateCustomPluginWithContext

func (mr *MockKafkaConnectAPIMockRecorder) CreateCustomPluginWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateCustomPluginWithContext indicates an expected call of CreateCustomPluginWithContext

func (*MockKafkaConnectAPIMockRecorder) CreateWorkerConfiguration

func (mr *MockKafkaConnectAPIMockRecorder) CreateWorkerConfiguration(arg0 interface{}) *gomock.Call

CreateWorkerConfiguration indicates an expected call of CreateWorkerConfiguration

func (*MockKafkaConnectAPIMockRecorder) CreateWorkerConfigurationRequest

func (mr *MockKafkaConnectAPIMockRecorder) CreateWorkerConfigurationRequest(arg0 interface{}) *gomock.Call

CreateWorkerConfigurationRequest indicates an expected call of CreateWorkerConfigurationRequest

func (*MockKafkaConnectAPIMockRecorder) CreateWorkerConfigurationWithContext

func (mr *MockKafkaConnectAPIMockRecorder) CreateWorkerConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

CreateWorkerConfigurationWithContext indicates an expected call of CreateWorkerConfigurationWithContext

func (*MockKafkaConnectAPIMockRecorder) DeleteConnector

func (mr *MockKafkaConnectAPIMockRecorder) DeleteConnector(arg0 interface{}) *gomock.Call

DeleteConnector indicates an expected call of DeleteConnector

func (*MockKafkaConnectAPIMockRecorder) DeleteConnectorRequest

func (mr *MockKafkaConnectAPIMockRecorder) DeleteConnectorRequest(arg0 interface{}) *gomock.Call

DeleteConnectorRequest indicates an expected call of DeleteConnectorRequest

func (*MockKafkaConnectAPIMockRecorder) DeleteConnectorWithContext

func (mr *MockKafkaConnectAPIMockRecorder) DeleteConnectorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteConnectorWithContext indicates an expected call of DeleteConnectorWithContext

func (*MockKafkaConnectAPIMockRecorder) DeleteCustomPlugin

func (mr *MockKafkaConnectAPIMockRecorder) DeleteCustomPlugin(arg0 interface{}) *gomock.Call

DeleteCustomPlugin indicates an expected call of DeleteCustomPlugin

func (*MockKafkaConnectAPIMockRecorder) DeleteCustomPluginRequest

func (mr *MockKafkaConnectAPIMockRecorder) DeleteCustomPluginRequest(arg0 interface{}) *gomock.Call

DeleteCustomPluginRequest indicates an expected call of DeleteCustomPluginRequest

func (*MockKafkaConnectAPIMockRecorder) DeleteCustomPluginWithContext

func (mr *MockKafkaConnectAPIMockRecorder) DeleteCustomPluginWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DeleteCustomPluginWithContext indicates an expected call of DeleteCustomPluginWithContext

func (*MockKafkaConnectAPIMockRecorder) DescribeConnector

func (mr *MockKafkaConnectAPIMockRecorder) DescribeConnector(arg0 interface{}) *gomock.Call

DescribeConnector indicates an expected call of DescribeConnector

func (*MockKafkaConnectAPIMockRecorder) DescribeConnectorRequest

func (mr *MockKafkaConnectAPIMockRecorder) DescribeConnectorRequest(arg0 interface{}) *gomock.Call

DescribeConnectorRequest indicates an expected call of DescribeConnectorRequest

func (*MockKafkaConnectAPIMockRecorder) DescribeConnectorWithContext

func (mr *MockKafkaConnectAPIMockRecorder) DescribeConnectorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeConnectorWithContext indicates an expected call of DescribeConnectorWithContext

func (*MockKafkaConnectAPIMockRecorder) DescribeCustomPlugin

func (mr *MockKafkaConnectAPIMockRecorder) DescribeCustomPlugin(arg0 interface{}) *gomock.Call

DescribeCustomPlugin indicates an expected call of DescribeCustomPlugin

func (*MockKafkaConnectAPIMockRecorder) DescribeCustomPluginRequest

func (mr *MockKafkaConnectAPIMockRecorder) DescribeCustomPluginRequest(arg0 interface{}) *gomock.Call

DescribeCustomPluginRequest indicates an expected call of DescribeCustomPluginRequest

func (*MockKafkaConnectAPIMockRecorder) DescribeCustomPluginWithContext

func (mr *MockKafkaConnectAPIMockRecorder) DescribeCustomPluginWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeCustomPluginWithContext indicates an expected call of DescribeCustomPluginWithContext

func (*MockKafkaConnectAPIMockRecorder) DescribeWorkerConfiguration

func (mr *MockKafkaConnectAPIMockRecorder) DescribeWorkerConfiguration(arg0 interface{}) *gomock.Call

DescribeWorkerConfiguration indicates an expected call of DescribeWorkerConfiguration

func (*MockKafkaConnectAPIMockRecorder) DescribeWorkerConfigurationRequest

func (mr *MockKafkaConnectAPIMockRecorder) DescribeWorkerConfigurationRequest(arg0 interface{}) *gomock.Call

DescribeWorkerConfigurationRequest indicates an expected call of DescribeWorkerConfigurationRequest

func (*MockKafkaConnectAPIMockRecorder) DescribeWorkerConfigurationWithContext

func (mr *MockKafkaConnectAPIMockRecorder) DescribeWorkerConfigurationWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

DescribeWorkerConfigurationWithContext indicates an expected call of DescribeWorkerConfigurationWithContext

func (*MockKafkaConnectAPIMockRecorder) ListConnectors

func (mr *MockKafkaConnectAPIMockRecorder) ListConnectors(arg0 interface{}) *gomock.Call

ListConnectors indicates an expected call of ListConnectors

func (*MockKafkaConnectAPIMockRecorder) ListConnectorsPages

func (mr *MockKafkaConnectAPIMockRecorder) ListConnectorsPages(arg0, arg1 interface{}) *gomock.Call

ListConnectorsPages indicates an expected call of ListConnectorsPages

func (*MockKafkaConnectAPIMockRecorder) ListConnectorsPagesWithContext

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

ListConnectorsPagesWithContext indicates an expected call of ListConnectorsPagesWithContext

func (*MockKafkaConnectAPIMockRecorder) ListConnectorsRequest

func (mr *MockKafkaConnectAPIMockRecorder) ListConnectorsRequest(arg0 interface{}) *gomock.Call

ListConnectorsRequest indicates an expected call of ListConnectorsRequest

func (*MockKafkaConnectAPIMockRecorder) ListConnectorsWithContext

func (mr *MockKafkaConnectAPIMockRecorder) ListConnectorsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListConnectorsWithContext indicates an expected call of ListConnectorsWithContext

func (*MockKafkaConnectAPIMockRecorder) ListCustomPlugins

func (mr *MockKafkaConnectAPIMockRecorder) ListCustomPlugins(arg0 interface{}) *gomock.Call

ListCustomPlugins indicates an expected call of ListCustomPlugins

func (*MockKafkaConnectAPIMockRecorder) ListCustomPluginsPages

func (mr *MockKafkaConnectAPIMockRecorder) ListCustomPluginsPages(arg0, arg1 interface{}) *gomock.Call

ListCustomPluginsPages indicates an expected call of ListCustomPluginsPages

func (*MockKafkaConnectAPIMockRecorder) ListCustomPluginsPagesWithContext

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

ListCustomPluginsPagesWithContext indicates an expected call of ListCustomPluginsPagesWithContext

func (*MockKafkaConnectAPIMockRecorder) ListCustomPluginsRequest

func (mr *MockKafkaConnectAPIMockRecorder) ListCustomPluginsRequest(arg0 interface{}) *gomock.Call

ListCustomPluginsRequest indicates an expected call of ListCustomPluginsRequest

func (*MockKafkaConnectAPIMockRecorder) ListCustomPluginsWithContext

func (mr *MockKafkaConnectAPIMockRecorder) ListCustomPluginsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListCustomPluginsWithContext indicates an expected call of ListCustomPluginsWithContext

func (*MockKafkaConnectAPIMockRecorder) ListWorkerConfigurations

func (mr *MockKafkaConnectAPIMockRecorder) ListWorkerConfigurations(arg0 interface{}) *gomock.Call

ListWorkerConfigurations indicates an expected call of ListWorkerConfigurations

func (*MockKafkaConnectAPIMockRecorder) ListWorkerConfigurationsPages

func (mr *MockKafkaConnectAPIMockRecorder) ListWorkerConfigurationsPages(arg0, arg1 interface{}) *gomock.Call

ListWorkerConfigurationsPages indicates an expected call of ListWorkerConfigurationsPages

func (*MockKafkaConnectAPIMockRecorder) ListWorkerConfigurationsPagesWithContext

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

ListWorkerConfigurationsPagesWithContext indicates an expected call of ListWorkerConfigurationsPagesWithContext

func (*MockKafkaConnectAPIMockRecorder) ListWorkerConfigurationsRequest

func (mr *MockKafkaConnectAPIMockRecorder) ListWorkerConfigurationsRequest(arg0 interface{}) *gomock.Call

ListWorkerConfigurationsRequest indicates an expected call of ListWorkerConfigurationsRequest

func (*MockKafkaConnectAPIMockRecorder) ListWorkerConfigurationsWithContext

func (mr *MockKafkaConnectAPIMockRecorder) ListWorkerConfigurationsWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

ListWorkerConfigurationsWithContext indicates an expected call of ListWorkerConfigurationsWithContext

func (*MockKafkaConnectAPIMockRecorder) UpdateConnector

func (mr *MockKafkaConnectAPIMockRecorder) UpdateConnector(arg0 interface{}) *gomock.Call

UpdateConnector indicates an expected call of UpdateConnector

func (*MockKafkaConnectAPIMockRecorder) UpdateConnectorRequest

func (mr *MockKafkaConnectAPIMockRecorder) UpdateConnectorRequest(arg0 interface{}) *gomock.Call

UpdateConnectorRequest indicates an expected call of UpdateConnectorRequest

func (*MockKafkaConnectAPIMockRecorder) UpdateConnectorWithContext

func (mr *MockKafkaConnectAPIMockRecorder) UpdateConnectorWithContext(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

UpdateConnectorWithContext indicates an expected call of UpdateConnectorWithContext

Jump to

Keyboard shortcuts

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