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