Versions in this module Expand all Collapse all v0 v0.1.0 Dec 22, 2018 Changes in this version + type BlobBucket struct + func Open(bkt *blob.Bucket) *BlobBucket + func (bkt *BlobBucket) Delete(ctx context.Context, name string) error + func (bkt *BlobBucket) IsNotExist(err error) bool + func (bkt *BlobBucket) Read(ctx context.Context, name string) (io.ReadCloser, error) + func (bkt *BlobBucket) Write(ctx context.Context, name string, data io.Reader) error