mocks

package
v0.10.0 Latest Latest
Warning

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

Go to latest
Published: Nov 4, 2022 License: Apache-2.0 Imports: 4 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 MockConduit

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

MockConduit is a mock of Conduit interface.

func NewMockConduit

func NewMockConduit(ctrl *gomock.Controller) *MockConduit

NewMockConduit creates a new mock instance.

func (*MockConduit) EXPECT

func (m *MockConduit) EXPECT() *MockConduitMockRecorder

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

func (*MockConduit) GetIPs

func (m *MockConduit) GetIPs() []string

GetIPs mocks base method.

type MockConduitMockRecorder

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

MockConduitMockRecorder is the mock recorder for MockConduit.

func (*MockConduitMockRecorder) GetIPs

func (mr *MockConduitMockRecorder) GetIPs() *gomock.Call

GetIPs indicates an expected call of GetIPs.

type MockTargetRegistry

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

MockTargetRegistry is a mock of TargetRegistry interface.

func NewMockTargetRegistry

func NewMockTargetRegistry(ctrl *gomock.Controller) *MockTargetRegistry

NewMockTargetRegistry creates a new mock instance.

func (*MockTargetRegistry) EXPECT

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

func (*MockTargetRegistry) GetTargets

func (m *MockTargetRegistry) GetTargets(arg0 context.Context, arg1 *v1.Target) ([]*v1.Target, error)

GetTargets mocks base method.

func (*MockTargetRegistry) Register

func (m *MockTargetRegistry) Register(arg0 context.Context, arg1 *v1.Target) error

Register mocks base method.

func (*MockTargetRegistry) Unregister

func (m *MockTargetRegistry) Unregister(arg0 context.Context, arg1 *v1.Target) error

Unregister mocks base method.

type MockTargetRegistryMockRecorder

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

MockTargetRegistryMockRecorder is the mock recorder for MockTargetRegistry.

func (*MockTargetRegistryMockRecorder) GetTargets

func (mr *MockTargetRegistryMockRecorder) GetTargets(arg0, arg1 interface{}) *gomock.Call

GetTargets indicates an expected call of GetTargets.

func (*MockTargetRegistryMockRecorder) Register

func (mr *MockTargetRegistryMockRecorder) Register(arg0, arg1 interface{}) *gomock.Call

Register indicates an expected call of Register.

func (*MockTargetRegistryMockRecorder) Unregister

func (mr *MockTargetRegistryMockRecorder) Unregister(arg0, arg1 interface{}) *gomock.Call

Unregister indicates an expected call of Unregister.

Jump to

Keyboard shortcuts

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