type google.golang.org/api/iterator.Pager
4 uses
google.golang.org/api/iterator (current package)
iterator.go#L155: type Pager struct {
iterator.go#L166: func NewPager(iter Pageable, pageSize int, pageToken string) *Pager {
iterator.go#L167: p := &Pager{
iterator.go#L193: func (p *Pager) NextPage(slicep interface{}) (nextPageToken string, err error) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |