mock

package
v0.0.0-...-7f6ee1c Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

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 MockKafkaClient

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

MockKafkaClient is a mock of KafkaClient interface.

func NewMockKafkaClient

func NewMockKafkaClient(ctrl *gomock.Controller) *MockKafkaClient

NewMockKafkaClient creates a new mock instance.

func (*MockKafkaClient) CreateTopics

CreateTopics mocks base method.

func (*MockKafkaClient) DeleteTopics

func (m *MockKafkaClient) DeleteTopics(ctx context.Context, topics []string, options ...kafka.DeleteTopicsAdminOption) ([]kafka.TopicResult, error)

DeleteTopics mocks base method.

func (*MockKafkaClient) EXPECT

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

type MockKafkaClientMockRecorder

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

MockKafkaClientMockRecorder is the mock recorder for MockKafkaClient.

func (*MockKafkaClientMockRecorder) CreateTopics

func (mr *MockKafkaClientMockRecorder) CreateTopics(ctx, topics interface{}, options ...interface{}) *gomock.Call

CreateTopics indicates an expected call of CreateTopics.

func (*MockKafkaClientMockRecorder) DeleteTopics

func (mr *MockKafkaClientMockRecorder) DeleteTopics(ctx, topics interface{}, options ...interface{}) *gomock.Call

DeleteTopics indicates an expected call of DeleteTopics.

Jump to

Keyboard shortcuts

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