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 (*Clock) EXPECT ¶
func (m *Clock) EXPECT() *ClockMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
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) 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.
Click to show internal directories.
Click to hide internal directories.