Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockMNEDCClient
- func (m *MockMNEDCClient) Close() error
- func (m *MockMNEDCClient) ConnectionReconciled()
- func (m *MockMNEDCClient) CreateClient(arg0, arg1 string, arg2 bool) (*client.Client, error)
- func (m *MockMNEDCClient) EXPECT() *MockMNEDCClientMockRecorder
- func (m *MockMNEDCClient) HandleError(arg0 error)
- func (m *MockMNEDCClient) NotifyBroadcastServer(configPath string) error
- func (m *MockMNEDCClient) NotifyClose()
- func (m *MockMNEDCClient) ParseVirtualIP(arg0 string) error
- func (m *MockMNEDCClient) Run()
- func (m *MockMNEDCClient) SetClient(clientAPI client0.Clienter)
- func (m *MockMNEDCClient) StartRecvRoutine()
- func (m *MockMNEDCClient) StartSendRoutine()
- func (m *MockMNEDCClient) TunReadRoutine()
- func (m *MockMNEDCClient) TunWriteRoutine()
- type MockMNEDCClientMockRecorder
- func (mr *MockMNEDCClientMockRecorder) Close() *gomock.Call
- func (mr *MockMNEDCClientMockRecorder) ConnectionReconciled() *gomock.Call
- func (mr *MockMNEDCClientMockRecorder) CreateClient(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockMNEDCClientMockRecorder) HandleError(arg0 interface{}) *gomock.Call
- func (mr *MockMNEDCClientMockRecorder) NotifyBroadcastServer(configPath interface{}) *gomock.Call
- func (mr *MockMNEDCClientMockRecorder) NotifyClose() *gomock.Call
- func (mr *MockMNEDCClientMockRecorder) ParseVirtualIP(arg0 interface{}) *gomock.Call
- func (mr *MockMNEDCClientMockRecorder) Run() *gomock.Call
- func (mr *MockMNEDCClientMockRecorder) SetClient(clientAPI interface{}) *gomock.Call
- func (mr *MockMNEDCClientMockRecorder) StartRecvRoutine() *gomock.Call
- func (mr *MockMNEDCClientMockRecorder) StartSendRoutine() *gomock.Call
- func (mr *MockMNEDCClientMockRecorder) TunReadRoutine() *gomock.Call
- func (mr *MockMNEDCClientMockRecorder) TunWriteRoutine() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockMNEDCClient ¶
type MockMNEDCClient struct {
// contains filtered or unexported fields
}
MockMNEDCClient is a mock of MNEDCClient interface
func NewMockMNEDCClient ¶
func NewMockMNEDCClient(ctrl *gomock.Controller) *MockMNEDCClient
NewMockMNEDCClient creates a new mock instance
func (*MockMNEDCClient) ConnectionReconciled ¶
func (m *MockMNEDCClient) ConnectionReconciled()
ConnectionReconciled mocks base method
func (*MockMNEDCClient) CreateClient ¶
CreateClient mocks base method
func (*MockMNEDCClient) EXPECT ¶
func (m *MockMNEDCClient) EXPECT() *MockMNEDCClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockMNEDCClient) HandleError ¶
func (m *MockMNEDCClient) HandleError(arg0 error)
HandleError mocks base method
func (*MockMNEDCClient) NotifyBroadcastServer ¶
func (m *MockMNEDCClient) NotifyBroadcastServer(configPath string) error
NotifyBroadcastServer mocks base method
func (*MockMNEDCClient) NotifyClose ¶
func (m *MockMNEDCClient) NotifyClose()
NotifyClose mocks base method
func (*MockMNEDCClient) ParseVirtualIP ¶
func (m *MockMNEDCClient) ParseVirtualIP(arg0 string) error
ParseVirtualIP mocks base method
func (*MockMNEDCClient) SetClient ¶
func (m *MockMNEDCClient) SetClient(clientAPI client0.Clienter)
SetClient mocks base method
func (*MockMNEDCClient) StartRecvRoutine ¶
func (m *MockMNEDCClient) StartRecvRoutine()
StartRecvRoutine mocks base method
func (*MockMNEDCClient) StartSendRoutine ¶
func (m *MockMNEDCClient) StartSendRoutine()
StartSendRoutine mocks base method
func (*MockMNEDCClient) TunReadRoutine ¶
func (m *MockMNEDCClient) TunReadRoutine()
TunReadRoutine mocks base method
func (*MockMNEDCClient) TunWriteRoutine ¶
func (m *MockMNEDCClient) TunWriteRoutine()
TunWriteRoutine mocks base method
type MockMNEDCClientMockRecorder ¶
type MockMNEDCClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMNEDCClientMockRecorder is the mock recorder for MockMNEDCClient
func (*MockMNEDCClientMockRecorder) Close ¶
func (mr *MockMNEDCClientMockRecorder) Close() *gomock.Call
Close indicates an expected call of Close
func (*MockMNEDCClientMockRecorder) ConnectionReconciled ¶
func (mr *MockMNEDCClientMockRecorder) ConnectionReconciled() *gomock.Call
ConnectionReconciled indicates an expected call of ConnectionReconciled
func (*MockMNEDCClientMockRecorder) CreateClient ¶
func (mr *MockMNEDCClientMockRecorder) CreateClient(arg0, arg1, arg2 interface{}) *gomock.Call
CreateClient indicates an expected call of CreateClient
func (*MockMNEDCClientMockRecorder) HandleError ¶
func (mr *MockMNEDCClientMockRecorder) HandleError(arg0 interface{}) *gomock.Call
HandleError indicates an expected call of HandleError
func (*MockMNEDCClientMockRecorder) NotifyBroadcastServer ¶
func (mr *MockMNEDCClientMockRecorder) NotifyBroadcastServer(configPath interface{}) *gomock.Call
NotifyBroadcastServer indicates an expected call of NotifyBroadcastServer
func (*MockMNEDCClientMockRecorder) NotifyClose ¶
func (mr *MockMNEDCClientMockRecorder) NotifyClose() *gomock.Call
NotifyClose indicates an expected call of NotifyClose
func (*MockMNEDCClientMockRecorder) ParseVirtualIP ¶
func (mr *MockMNEDCClientMockRecorder) ParseVirtualIP(arg0 interface{}) *gomock.Call
ParseVirtualIP indicates an expected call of ParseVirtualIP
func (*MockMNEDCClientMockRecorder) Run ¶
func (mr *MockMNEDCClientMockRecorder) Run() *gomock.Call
Run indicates an expected call of Run
func (*MockMNEDCClientMockRecorder) SetClient ¶
func (mr *MockMNEDCClientMockRecorder) SetClient(clientAPI interface{}) *gomock.Call
SetClient indicates an expected call of SetClient
func (*MockMNEDCClientMockRecorder) StartRecvRoutine ¶
func (mr *MockMNEDCClientMockRecorder) StartRecvRoutine() *gomock.Call
StartRecvRoutine indicates an expected call of StartRecvRoutine
func (*MockMNEDCClientMockRecorder) StartSendRoutine ¶
func (mr *MockMNEDCClientMockRecorder) StartSendRoutine() *gomock.Call
StartSendRoutine indicates an expected call of StartSendRoutine
func (*MockMNEDCClientMockRecorder) TunReadRoutine ¶
func (mr *MockMNEDCClientMockRecorder) TunReadRoutine() *gomock.Call
TunReadRoutine indicates an expected call of TunReadRoutine
func (*MockMNEDCClientMockRecorder) TunWriteRoutine ¶
func (mr *MockMNEDCClientMockRecorder) TunWriteRoutine() *gomock.Call
TunWriteRoutine indicates an expected call of TunWriteRoutine