Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCommandRunner ¶
type MockCommandRunner struct {
// contains filtered or unexported fields
}
MockCommandRunner is a mock of CommandRunner interface.
func NewMockCommandRunner ¶
func NewMockCommandRunner(ctrl *gomock.Controller) *MockCommandRunner
NewMockCommandRunner creates a new mock instance.
func (*MockCommandRunner) EXPECT ¶
func (m *MockCommandRunner) EXPECT() *MockCommandRunnerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockCommandRunnerMockRecorder ¶
type MockCommandRunnerMockRecorder struct {
// contains filtered or unexported fields
}
MockCommandRunnerMockRecorder is the mock recorder for MockCommandRunner.
type MockNetController ¶ added in v1.7.2
type MockNetController struct {
// contains filtered or unexported fields
}
MockNetController is a mock of NetController interface.
func NewMockNetController ¶ added in v1.7.2
func NewMockNetController(ctrl *gomock.Controller) *MockNetController
NewMockNetController creates a new mock instance.
func (*MockNetController) EXPECT ¶ added in v1.7.2
func (m *MockNetController) EXPECT() *MockNetControllerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockNetController) GetInterfaceAddresses ¶ added in v1.7.2
func (m *MockNetController) GetInterfaceAddresses(arg0 string) []net.IPNet
GetInterfaceAddresses mocks base method.
type MockNetControllerMockRecorder ¶ added in v1.7.2
type MockNetControllerMockRecorder struct {
// contains filtered or unexported fields
}
MockNetControllerMockRecorder is the mock recorder for MockNetController.
func (*MockNetControllerMockRecorder) GetInterfaceAddresses ¶ added in v1.7.2
func (mr *MockNetControllerMockRecorder) GetInterfaceAddresses(arg0 any) *gomock.Call
GetInterfaceAddresses indicates an expected call of GetInterfaceAddresses.