Documentation ¶
Overview ¶
Package mock_ipwrapper is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIP ¶
type MockIP struct {
// contains filtered or unexported fields
}
MockIP is a mock of IP interface
func NewMockIP ¶
func NewMockIP(ctrl *gomock.Controller) *MockIP
NewMockIP creates a new mock instance
func (*MockIP) AddDefaultRoute ¶
AddDefaultRoute mocks base method
func (*MockIP) EXPECT ¶
func (m *MockIP) EXPECT() *MockIPMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockIPMockRecorder ¶
type MockIPMockRecorder struct {
// contains filtered or unexported fields
}
MockIPMockRecorder is the mock recorder for MockIP
func (*MockIPMockRecorder) AddDefaultRoute ¶
func (mr *MockIPMockRecorder) AddDefaultRoute(arg0, arg1 interface{}) *gomock.Call
AddDefaultRoute indicates an expected call of AddDefaultRoute
Click to show internal directories.
Click to hide internal directories.