type cloud.google.com/go/storage.BucketAttrs
9 uses
cloud.google.com/go/storage (current package)
bucket.go#L67: func (b *BucketHandle) Create(ctx context.Context, projectID string, attrs *BucketAttrs) (err error) {
bucket.go#L155: func (b *BucketHandle) Attrs(ctx context.Context) (attrs *BucketAttrs, err error) {
bucket.go#L190: func (b *BucketHandle) Update(ctx context.Context, uattrs BucketAttrsToUpdate) (attrs *BucketAttrs, err error) {
bucket.go#L227: type BucketAttrs struct {
bucket.go#L503: func newBucket(b *raw.Bucket) (*BucketAttrs, error) {
bucket.go#L511: return &BucketAttrs{
bucket.go#L537: func (b *BucketAttrs) toRawBucket() *raw.Bucket {
bucket.go#L1216: buckets []*BucketAttrs
bucket.go#L1226: func (it *BucketIterator) Next() (*BucketAttrs, 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. |