Versions in this module Expand all Collapse all v1 v1.113.0 Aug 11, 2026 Changes in this version + type Loader struct + func New[T any](fetch func(page int) ([]T, int, error)) *Loader[T] + func (l *Loader[T]) Err() error + func (l *Loader[T]) Next() bool + func (l *Loader[T]) Page() []T