package
0.0.0-20220207184604-e3f747d769dd
Repository: https://github.com/improbable/google-api-go-client.git
Documentation: pkg.go.dev

# Packages

Package testing provides support functions for testing iterators conforming to the standard pattern.

# Functions

NewPager returns a pager that uses iter.

# Variables

Done is returned by an iterator's Next method when the iteration is complete; when there are no more items to return.
NewPageInfo exposes internals for iterator implementations.

# Structs

PageInfo contains information about an iterator's paging state.
Pager supports retrieving iterator items a page at a time.

# Interfaces

Pageable is implemented by iterators that support paging.