Documentation ¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: reachable.go
Generated by this command:
mockgen -destination mocks/reachable_mock.go -source reachable.go -package mocks
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 MockReachable ¶
type MockReachable struct {
// contains filtered or unexported fields
}
MockReachable is a mock of Reachable interface.
func NewMockReachable ¶
func NewMockReachable(ctrl *gomock.Controller) *MockReachable
NewMockReachable creates a new mock instance.
func (*MockReachable) EXPECT ¶
func (m *MockReachable) EXPECT() *MockReachableMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockReachableMockRecorder ¶
type MockReachableMockRecorder struct {
// contains filtered or unexported fields
}
MockReachableMockRecorder is the mock recorder for MockReachable.
func (*MockReachableMockRecorder) Check ¶
func (mr *MockReachableMockRecorder) Check() *gomock.Call
Check indicates an expected call of Check.
Click to show internal directories.
Click to hide internal directories.