Documentation ¶ Index ¶ func NewReadSeekCloser(ctx context.Context, b *blob.Bucket, key string, opts *blob.ReaderOptions) (io.ReadSeekCloser, error) func OpenBucket(ctx context.Context, bucket_uri string) (*gc_blob.Bucket, error) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewReadSeekCloser ¶ added in v0.0.9 func NewReadSeekCloser(ctx context.Context, b *blob.Bucket, key string, opts *blob.ReaderOptions) (io.ReadSeekCloser, error) func OpenBucket ¶ func OpenBucket(ctx context.Context, bucket_uri string) (*gc_blob.Bucket, error) OpenBucket is a local helper function to open a gocloud.dev/blob Bucket URI and ensuring that files will not be written with their corresponding metdata (`.attrs`) files. Types ¶ This section is empty. Source Files ¶ View all Source files bucket.go readseekcloser.go Click to show internal directories. Click to hide internal directories.