cloud.google.com/go/storage.ObjectIterator.items (field)
11 uses
cloud.google.com/go/storage (current package)
bucket.go#L1105: func() int { return len(it.items) },
bucket.go#L1106: func() interface{} { b := it.items; it.items = nil; return b })
bucket.go#L1122: items []*ObjectAttrs
bucket.go#L1143: item := it.items[0]
bucket.go#L1144: it.items = it.items[1:]
bucket.go#L1178: it.items = append(it.items, newObject(item))
bucket.go#L1181: it.items = append(it.items, &ObjectAttrs{Prefix: prefix})
![]() |
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. |