Versions in this module Expand all Collapse all v1 v1.2.10 Dec 12, 2025 Changes in this version + type Iterator struct + func NewIterator[T any](ctrl *gomock.Controller) *Iterator[T] + func (m *Iterator[T]) EXPECT() *IteratorMockRecorder[T] + func (m *Iterator[T]) Next() bool + func (m *Iterator[T]) Release() + func (m *Iterator[T]) Value() T + type IteratorMockRecorder struct + func (mr *IteratorMockRecorder[T]) Next() *gomock.Call + func (mr *IteratorMockRecorder[T]) Release() *gomock.Call + func (mr *IteratorMockRecorder[T]) Value() *gomock.Call