mock_collector

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Jan 28, 2025 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mock_collector is a generated GoMock package.

Package mock_collector is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Clock

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

Clock is a mock of ClockInterface interface.

func NewClock

func NewClock(ctrl *gomock.Controller) *Clock

NewClock creates a new mock instance.

func (*Clock) EXPECT

func (m *Clock) EXPECT() *ClockMockRecorder

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

func (*Clock) Now

func (m *Clock) Now() time.Time

Now mocks base method.

type ClockMockRecorder

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

ClockMockRecorder is the mock recorder for Clock.

func (*ClockMockRecorder) Now

func (mr *ClockMockRecorder) Now() *gomock.Call

Now indicates an expected call of Now.

type Conntrack

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

Conntrack is a mock of ConntrackInterface interface.

func NewConntrack

func NewConntrack(ctrl *gomock.Controller) *Conntrack

NewConntrack creates a new mock instance.

func (*Conntrack) Dump

func (m *Conntrack) Dump(opts *conntrack.DumpOptions) ([]conntrack.Flow, error)

Dump mocks base method.

func (*Conntrack) EXPECT

func (m *Conntrack) EXPECT() *ConntrackMockRecorder

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

type ConntrackMockRecorder

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

ConntrackMockRecorder is the mock recorder for Conntrack.

func (*ConntrackMockRecorder) Dump

func (mr *ConntrackMockRecorder) Dump(opts any) *gomock.Call

Dump indicates an expected call of Dump.

Jump to

Keyboard shortcuts

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