type cloud.google.com/go/storage.BucketIterator
6 uses
cloud.google.com/go/storage (current package)
bucket.go#L1192: func (c *Client) Buckets(ctx context.Context, projectID string) *BucketIterator {
bucket.go#L1193: it := &BucketIterator{
bucket.go#L1209: type BucketIterator struct {
bucket.go#L1226: func (it *BucketIterator) Next() (*BucketAttrs, error) {
bucket.go#L1238: func (it *BucketIterator) PageInfo() *iterator.PageInfo { return it.pageInfo }
bucket.go#L1240: func (it *BucketIterator) fetch(pageSize int, pageToken string) (token 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. |