Versions in this module Expand all Collapse all v0 v0.1.0 Sep 18, 2019 Changes in this version + type BucketClient struct + type Client interface + Attrs func(context.Context) (*storage.BucketAttrs, error) + Create func(context.Context, string, *storage.BucketAttrs) error + Delete func(context.Context) error + Update func(context.Context, storage.BucketAttrsToUpdate) (*storage.BucketAttrs, error)