Documentation ¶
Overview ¶
Package mockhostlist is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockList ¶
type MockList struct {
// contains filtered or unexported fields
}
MockList is a mock of List interface
func NewMockList ¶
func NewMockList(ctrl *gomock.Controller) *MockList
NewMockList creates a new mock instance
func (*MockList) EXPECT ¶
func (m *MockList) EXPECT() *MockListMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockListMockRecorder ¶
type MockListMockRecorder struct {
// contains filtered or unexported fields
}
MockListMockRecorder is the mock recorder for MockList
func (*MockListMockRecorder) Resolve ¶
func (mr *MockListMockRecorder) Resolve() *gomock.Call
Resolve indicates an expected call of Resolve
Click to show internal directories.
Click to hide internal directories.