Documentation ¶
Overview ¶
Package mock_healthcheck is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockFRRInterface ¶
type MockFRRInterface struct {
// contains filtered or unexported fields
}
MockFRRInterface is a mock of FRRInterface interface.
func NewMockFRRInterface ¶
func NewMockFRRInterface(ctrl *gomock.Controller) *MockFRRInterface
NewMockFRRInterface creates a new mock instance.
func (*MockFRRInterface) EXPECT ¶
func (m *MockFRRInterface) EXPECT() *MockFRRInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFRRInterface) GetStatusFRR ¶
func (m *MockFRRInterface) GetStatusFRR() (string, string, error)
GetStatusFRR mocks base method.
type MockFRRInterfaceMockRecorder ¶
type MockFRRInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockFRRInterfaceMockRecorder is the mock recorder for MockFRRInterface.
func (*MockFRRInterfaceMockRecorder) GetStatusFRR ¶
func (mr *MockFRRInterfaceMockRecorder) GetStatusFRR() *gomock.Call
GetStatusFRR indicates an expected call of GetStatusFRR.
type MockTCPDialerInterface ¶
type MockTCPDialerInterface struct {
// contains filtered or unexported fields
}
MockTCPDialerInterface is a mock of TCPDialerInterface interface.
func NewMockTCPDialerInterface ¶
func NewMockTCPDialerInterface(ctrl *gomock.Controller) *MockTCPDialerInterface
NewMockTCPDialerInterface creates a new mock instance.
func (*MockTCPDialerInterface) Dial ¶
func (m *MockTCPDialerInterface) Dial(arg0, arg1 string) (net.Conn, error)
Dial mocks base method.
func (*MockTCPDialerInterface) EXPECT ¶
func (m *MockTCPDialerInterface) EXPECT() *MockTCPDialerInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockTCPDialerInterfaceMockRecorder ¶
type MockTCPDialerInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockTCPDialerInterfaceMockRecorder is the mock recorder for MockTCPDialerInterface.
func (*MockTCPDialerInterfaceMockRecorder) Dial ¶
func (mr *MockTCPDialerInterfaceMockRecorder) Dial(arg0, arg1 interface{}) *gomock.Call
Dial indicates an expected call of Dial.