Documentation ¶
Rendered for windows/amd64
Overview ¶
Package mock_iphelperwrapper is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterfaceMonitor ¶
type MockInterfaceMonitor struct {
// contains filtered or unexported fields
}
MockInterfaceMonitor is a mock of InterfaceMonitor interface
func NewMockInterfaceMonitor ¶
func NewMockInterfaceMonitor(ctrl *gomock.Controller) *MockInterfaceMonitor
NewMockInterfaceMonitor creates a new mock instance
func (*MockInterfaceMonitor) Close ¶
func (m *MockInterfaceMonitor) Close() error
Close mocks base method
func (*MockInterfaceMonitor) EXPECT ¶
func (m *MockInterfaceMonitor) EXPECT() *MockInterfaceMonitorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInterfaceMonitor) Start ¶
func (m *MockInterfaceMonitor) Start(arg0 chan int) error
Start mocks base method
type MockInterfaceMonitorMockRecorder ¶
type MockInterfaceMonitorMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMonitorMockRecorder is the mock recorder for MockInterfaceMonitor
func (*MockInterfaceMonitorMockRecorder) Close ¶
func (mr *MockInterfaceMonitorMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close
func (*MockInterfaceMonitorMockRecorder) Start ¶
func (mr *MockInterfaceMonitorMockRecorder) Start(arg0 interface{}) *gomock.Call
Start indicates an expected call of Start
Click to show internal directories.
Click to hide internal directories.