mocks

package
v0.0.0-...-f8ac4ba Latest Latest
Warning

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

Go to latest
Published: Apr 24, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Overview

Package mocks is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockConsumer

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

MockConsumer is a mock of Consumer interface.

func NewMockConsumer

func NewMockConsumer(ctrl *gomock.Controller) *MockConsumer

NewMockConsumer creates a new mock instance.

func (*MockConsumer) EXPECT

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

func (*MockConsumer) Info

Info mocks base method.

func (*MockConsumer) Notifiers

func (m *MockConsumer) Notifiers() []consumerUpdater.Notifier

Notifiers mocks base method.

func (*MockConsumer) NotifyAll

func (m *MockConsumer) NotifyAll() error

NotifyAll mocks base method.

func (*MockConsumer) UpdateAll

func (m *MockConsumer) UpdateAll() error

UpdateAll mocks base method.

func (*MockConsumer) Updaters

func (m *MockConsumer) Updaters() []consumerUpdater.Updater

Updaters mocks base method.

type MockConsumerMockRecorder

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

MockConsumerMockRecorder is the mock recorder for MockConsumer.

func (*MockConsumerMockRecorder) Info

func (mr *MockConsumerMockRecorder) Info() *gomock.Call

Info indicates an expected call of Info.

func (*MockConsumerMockRecorder) Notifiers

func (mr *MockConsumerMockRecorder) Notifiers() *gomock.Call

Notifiers indicates an expected call of Notifiers.

func (*MockConsumerMockRecorder) NotifyAll

func (mr *MockConsumerMockRecorder) NotifyAll() *gomock.Call

NotifyAll indicates an expected call of NotifyAll.

func (*MockConsumerMockRecorder) UpdateAll

func (mr *MockConsumerMockRecorder) UpdateAll() *gomock.Call

UpdateAll indicates an expected call of UpdateAll.

func (*MockConsumerMockRecorder) Updaters

func (mr *MockConsumerMockRecorder) Updaters() *gomock.Call

Updaters indicates an expected call of Updaters.

type MockNotifier

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

MockNotifier is a mock of Notifier interface.

func NewMockNotifier

func NewMockNotifier(ctrl *gomock.Controller) *MockNotifier

NewMockNotifier creates a new mock instance.

func (*MockNotifier) EXPECT

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

func (*MockNotifier) Notify

func (m *MockNotifier) Notify() error

Notify mocks base method.

type MockNotifierMockRecorder

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

MockNotifierMockRecorder is the mock recorder for MockNotifier.

func (*MockNotifierMockRecorder) Notify

func (mr *MockNotifierMockRecorder) Notify() *gomock.Call

Notify indicates an expected call of Notify.

type MockUpdater

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

MockUpdater is a mock of Updater interface.

func NewMockUpdater

func NewMockUpdater(ctrl *gomock.Controller) *MockUpdater

NewMockUpdater creates a new mock instance.

func (*MockUpdater) EXPECT

func (m *MockUpdater) EXPECT() *MockUpdaterMockRecorder

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

func (*MockUpdater) Update

func (m *MockUpdater) Update() error

Update mocks base method.

type MockUpdaterMockRecorder

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

MockUpdaterMockRecorder is the mock recorder for MockUpdater.

func (*MockUpdaterMockRecorder) Update

func (mr *MockUpdaterMockRecorder) Update() *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