mocks

package
v1.0.15 Latest Latest
Warning

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

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

Documentation

Overview

Package mocks is a generated GoMock package.

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 MockNetworkTopology

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

MockNetworkTopology is a mock of NetworkTopology interface.

func NewMockNetworkTopology

func NewMockNetworkTopology(ctrl *gomock.Controller) *MockNetworkTopology

NewMockNetworkTopology creates a new mock instance.

func (*MockNetworkTopology) DeleteHost

func (m *MockNetworkTopology) DeleteHost(arg0 string) error

DeleteHost mocks base method.

func (*MockNetworkTopology) EXPECT

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

func (*MockNetworkTopology) FindProbedHosts

func (m *MockNetworkTopology) FindProbedHosts(arg0 string) ([]*resource.Host, error)

FindProbedHosts mocks base method.

func (*MockNetworkTopology) Has

func (m *MockNetworkTopology) Has(arg0, arg1 string) bool

Has mocks base method.

func (*MockNetworkTopology) ProbedCount

func (m *MockNetworkTopology) ProbedCount(arg0 string) (uint64, error)

ProbedCount mocks base method.

func (*MockNetworkTopology) Probes

func (m *MockNetworkTopology) Probes(arg0, arg1 string) networktopology.Probes

Probes mocks base method.

func (*MockNetworkTopology) Serve

func (m *MockNetworkTopology) Serve()

Serve mocks base method.

func (*MockNetworkTopology) Snapshot

func (m *MockNetworkTopology) Snapshot() error

Snapshot mocks base method.

func (*MockNetworkTopology) Stop

func (m *MockNetworkTopology) Stop()

Stop mocks base method.

func (*MockNetworkTopology) Store

func (m *MockNetworkTopology) Store(arg0, arg1 string) error

Store mocks base method.

type MockNetworkTopologyMockRecorder

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

MockNetworkTopologyMockRecorder is the mock recorder for MockNetworkTopology.

func (*MockNetworkTopologyMockRecorder) DeleteHost

func (mr *MockNetworkTopologyMockRecorder) DeleteHost(arg0 interface{}) *gomock.Call

DeleteHost indicates an expected call of DeleteHost.

func (*MockNetworkTopologyMockRecorder) FindProbedHosts

func (mr *MockNetworkTopologyMockRecorder) FindProbedHosts(arg0 interface{}) *gomock.Call

FindProbedHosts indicates an expected call of FindProbedHosts.

func (*MockNetworkTopologyMockRecorder) Has

func (mr *MockNetworkTopologyMockRecorder) Has(arg0, arg1 interface{}) *gomock.Call

Has indicates an expected call of Has.

func (*MockNetworkTopologyMockRecorder) ProbedCount

func (mr *MockNetworkTopologyMockRecorder) ProbedCount(arg0 interface{}) *gomock.Call

ProbedCount indicates an expected call of ProbedCount.

func (*MockNetworkTopologyMockRecorder) Probes

func (mr *MockNetworkTopologyMockRecorder) Probes(arg0, arg1 interface{}) *gomock.Call

Probes indicates an expected call of Probes.

func (*MockNetworkTopologyMockRecorder) Serve

Serve indicates an expected call of Serve.

func (*MockNetworkTopologyMockRecorder) Snapshot

Snapshot indicates an expected call of Snapshot.

func (*MockNetworkTopologyMockRecorder) Stop

Stop indicates an expected call of Stop.

func (*MockNetworkTopologyMockRecorder) Store

func (mr *MockNetworkTopologyMockRecorder) Store(arg0, arg1 interface{}) *gomock.Call

Store indicates an expected call of Store.

type MockProbes

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

MockProbes is a mock of Probes interface.

func NewMockProbes

func NewMockProbes(ctrl *gomock.Controller) *MockProbes

NewMockProbes creates a new mock instance.

func (*MockProbes) AverageRTT

func (m *MockProbes) AverageRTT() (time.Duration, error)

AverageRTT mocks base method.

func (*MockProbes) CreatedAt

func (m *MockProbes) CreatedAt() (time.Time, error)

CreatedAt mocks base method.

func (*MockProbes) EXPECT

func (m *MockProbes) EXPECT() *MockProbesMockRecorder

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

func (*MockProbes) Enqueue

func (m *MockProbes) Enqueue(arg0 *networktopology.Probe) error

Enqueue mocks base method.

func (*MockProbes) Len

func (m *MockProbes) Len() (int64, error)

Len mocks base method.

func (*MockProbes) Peek

func (m *MockProbes) Peek() (*networktopology.Probe, error)

Peek mocks base method.

func (*MockProbes) UpdatedAt

func (m *MockProbes) UpdatedAt() (time.Time, error)

UpdatedAt mocks base method.

type MockProbesMockRecorder

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

MockProbesMockRecorder is the mock recorder for MockProbes.

func (*MockProbesMockRecorder) AverageRTT

func (mr *MockProbesMockRecorder) AverageRTT() *gomock.Call

AverageRTT indicates an expected call of AverageRTT.

func (*MockProbesMockRecorder) CreatedAt

func (mr *MockProbesMockRecorder) CreatedAt() *gomock.Call

CreatedAt indicates an expected call of CreatedAt.

func (*MockProbesMockRecorder) Enqueue

func (mr *MockProbesMockRecorder) Enqueue(arg0 interface{}) *gomock.Call

Enqueue indicates an expected call of Enqueue.

func (*MockProbesMockRecorder) Len

func (mr *MockProbesMockRecorder) Len() *gomock.Call

Len indicates an expected call of Len.

func (*MockProbesMockRecorder) Peek

func (mr *MockProbesMockRecorder) Peek() *gomock.Call

Peek indicates an expected call of Peek.

func (*MockProbesMockRecorder) UpdatedAt

func (mr *MockProbesMockRecorder) UpdatedAt() *gomock.Call

UpdatedAt indicates an expected call of UpdatedAt.

Jump to

Keyboard shortcuts

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