cloud.google.com/go/storage.BucketIterator.buckets (field)
9 uses
cloud.google.com/go/storage (current package)
bucket.go#L1200: func() int { return len(it.buckets) },
bucket.go#L1201: func() interface{} { b := it.buckets; it.buckets = nil; return b })
bucket.go#L1216: buckets []*BucketAttrs
bucket.go#L1230: b := it.buckets[0]
bucket.go#L1231: it.buckets = it.buckets[1:]
bucket.go#L1262: it.buckets = append(it.buckets, b)
![]() |
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. |