Documentation ¶
Overview ¶
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 MockTun ¶
type MockTun struct {
// contains filtered or unexported fields
}
MockTun is a mock of Tun interface.
func NewMockTun ¶
func NewMockTun(ctrl *gomock.Controller) *MockTun
NewMockTun creates a new mock instance.
func (*MockTun) EXPECT ¶
func (m *MockTun) EXPECT() *MockTunMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockTunMockRecorder ¶
type MockTunMockRecorder struct {
// contains filtered or unexported fields
}
MockTunMockRecorder is the mock recorder for MockTun.
func (*MockTunMockRecorder) CreateTUN ¶
func (mr *MockTunMockRecorder) CreateTUN() *gomock.Call
CreateTUN indicates an expected call of CreateTUN.
func (*MockTunMockRecorder) SetTUNIP ¶
func (mr *MockTunMockRecorder) SetTUNIP(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
SetTUNIP indicates an expected call of SetTUNIP.
func (*MockTunMockRecorder) SetTUNStatus ¶
func (mr *MockTunMockRecorder) SetTUNStatus(arg0, arg1, arg2 interface{}) *gomock.Call
SetTUNStatus indicates an expected call of SetTUNStatus.
Click to show internal directories.
Click to hide internal directories.