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 MockDependency

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

MockDependency is a mock of Dependency interface.

func NewMockDependency

func NewMockDependency(ctrl *gomock.Controller) *MockDependency

NewMockDependency creates a new mock instance.

func (*MockDependency) EXPECT

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

func (*MockDependency) Info

Info mocks base method.

func (*MockDependency) UpdateAll

func (m *MockDependency) UpdateAll() error

UpdateAll mocks base method.

func (*MockDependency) Updaters

func (m *MockDependency) Updaters() []dependencyUpdater.Updater

Updaters mocks base method.

type MockDependencyMockRecorder

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

MockDependencyMockRecorder is the mock recorder for MockDependency.

func (*MockDependencyMockRecorder) Info

Info indicates an expected call of Info.

func (*MockDependencyMockRecorder) UpdateAll

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

UpdateAll indicates an expected call of UpdateAll.

func (*MockDependencyMockRecorder) Updaters

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

Updaters indicates an expected call of Updaters.

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