Documentation
¶
Overview ¶
Code generated by MockGen. DO NOT EDIT. Source: ./interfaces/find_index.go
Generated by this command:
mockgen -source=./interfaces/find_index.go -destination=./mocks/find_index.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 MockIFindIndex ¶
type MockIFindIndex[T any] struct { // contains filtered or unexported fields }
MockIFindIndex is a mock of IFindIndex interface.
func NewMockIFindIndex ¶
func NewMockIFindIndex[T any](ctrl *gomock.Controller) *MockIFindIndex[T]
NewMockIFindIndex creates a new mock instance.
func (*MockIFindIndex[T]) EXPECT ¶
func (m *MockIFindIndex[T]) EXPECT() *MockIFindIndexMockRecorder[T]
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIFindIndex[T]) FindIndex ¶
func (m *MockIFindIndex[T]) FindIndex(values []T, compFunc func(T) bool) int
FindIndex mocks base method.
type MockIFindIndexMockRecorder ¶
type MockIFindIndexMockRecorder[T any] struct { // contains filtered or unexported fields }
MockIFindIndexMockRecorder is the mock recorder for MockIFindIndex.
Click to show internal directories.
Click to hide internal directories.