blob

package
v0.1.0-alpha9 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 5, 2022 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package blob provides types for interacting with blob storage providers.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bucket

type Bucket struct {
	// contains filtered or unexported fields
}

The Bucket type represents a blob storage bucket that blobs can be read or written to.

func Open

func Open(ctx context.Context, url string) (*Bucket, error)

Open a connection with the blob storage bucket described in the url string.

func (*Bucket) Close

func (b *Bucket) Close() error

Close the connection to the blob storage bucket.

func (*Bucket) NewWriter

func (b *Bucket) NewWriter(ctx context.Context, name string) (io.WriteCloser, error)

NewWriter returns an io.WriteCloser implementation that will write binary data as a blob within the Bucket under the specified name.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL