Documentation
¶
Overview ¶
Package mock_requestlist 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) Add ¶
func (mr *MockListMockRecorder) Add(arg0 interface{}) *gomock.Call
Add indicates an expected call of Add
func (*MockListMockRecorder) All ¶
func (mr *MockListMockRecorder) All() *gomock.Call
All indicates an expected call of All
func (*MockListMockRecorder) Remove ¶
func (mr *MockListMockRecorder) Remove(arg0 interface{}) *gomock.Call
Remove indicates an expected call of Remove
Click to show internal directories.
Click to hide internal directories.