google.golang.org/api/support/bundler.bundle.items (field)
7 uses
google.golang.org/api/support/bundler (current package)
bundler.go#L119: items reflect.Value // slice of T
bundler.go#L128: bu.items = reflect.Append(bu.items, reflect.ValueOf(item))
bundler.go#L212: (b.BundleCountThreshold <= 0 || bu.items.Len() < b.BundleCountThreshold)
bundler.go#L272: items: b.itemSliceZero,
bundler.go#L282: b.curBundle.items.Len() == b.BundleCountThreshold {
bundler.go#L324: b.handler(bu.items.Interface())
![]() |
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. |