google.golang.org/api/iterator.PageInfo.takeBuf (field)
5 uses
google.golang.org/api/iterator (current package)
iterator.go#L64: takeBuf func() interface{}
iterator.go#L94: takeBuf: takeBuf,
iterator.go#L141: pi.takeBuf() // clear the buffer
iterator.go#L207: wantSliceType := reflect.PtrTo(reflect.ValueOf(p.pageInfo.takeBuf()).Type())
iterator.go#L225: e.Set(reflect.AppendSlice(e, reflect.ValueOf(p.pageInfo.takeBuf())))
![]() |
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. |