Documentation ¶
Overview ¶
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 MockItem ¶
type MockItem struct {
// contains filtered or unexported fields
}
MockItem is a mock of Item interface.
func NewMockItem ¶
func NewMockItem(ctrl *gomock.Controller) *MockItem
NewMockItem creates a new mock instance.
func (*MockItem) EXPECT ¶
func (m *MockItem) EXPECT() *MockItemMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockItemMockRecorder ¶
type MockItemMockRecorder struct {
// contains filtered or unexported fields
}
MockItemMockRecorder is the mock recorder for MockItem.
func (*MockItemMockRecorder) SortedValue ¶
func (mr *MockItemMockRecorder) SortedValue() *gomock.Call
SortedValue indicates an expected call of SortedValue.
Click to show internal directories.
Click to hide internal directories.