iterapi

package
v0.7.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2024 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Find

func Find[Elem any](iter *Iter[Elem], lookup func(Elem) bool) (Elem, bool, error)

Types

type Iter

type Iter[Elem any] struct {
	// contains filtered or unexported fields
}

func New

func New[Elem any](ctx context.Context, limit int32, lister Lister[Elem]) *Iter[Elem]

func (*Iter[Elem]) Current

func (iter *Iter[Elem]) Current() Elem

func (*Iter[Elem]) Err

func (iter *Iter[Elem]) Err() error

func (*Iter[Elem]) Next

func (iter *Iter[Elem]) Next() bool

type Lister

type Lister[Elem any] func(ctx context.Context, cursor *typesv1.Cursor, limit int32) ([]Elem, *typesv1.Cursor, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL