Documentation ¶
Overview ¶
Package mock_netwrapper is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockNetWrapper ¶
type MockNetWrapper struct {
// contains filtered or unexported fields
}
MockNetWrapper is a mock of NetWrapper interface.
func NewMockNetWrapper ¶
func NewMockNetWrapper(ctrl *gomock.Controller) *MockNetWrapper
NewMockNetWrapper creates a new mock instance.
func (*MockNetWrapper) EXPECT ¶
func (m *MockNetWrapper) EXPECT() *MockNetWrapperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNetWrapper) FindInterfaceByIndex ¶
func (m *MockNetWrapper) FindInterfaceByIndex(arg0 int) (*net.Interface, error)
FindInterfaceByIndex mocks base method.
func (*MockNetWrapper) GetAllNetworkInterfaces ¶
func (m *MockNetWrapper) GetAllNetworkInterfaces() ([]net.Interface, error)
GetAllNetworkInterfaces mocks base method.
type MockNetWrapperMockRecorder ¶
type MockNetWrapperMockRecorder struct {
// contains filtered or unexported fields
}
MockNetWrapperMockRecorder is the mock recorder for MockNetWrapper.
func (*MockNetWrapperMockRecorder) FindInterfaceByIndex ¶
func (mr *MockNetWrapperMockRecorder) FindInterfaceByIndex(arg0 interface{}) *gomock.Call
FindInterfaceByIndex indicates an expected call of FindInterfaceByIndex.
func (*MockNetWrapperMockRecorder) GetAllNetworkInterfaces ¶
func (mr *MockNetWrapperMockRecorder) GetAllNetworkInterfaces() *gomock.Call
GetAllNetworkInterfaces indicates an expected call of GetAllNetworkInterfaces.
Click to show internal directories.
Click to hide internal directories.