blob

package
v0.5.2 Latest Latest
Warning

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

Go to latest
Published: Mar 27, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlobStore

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

func NewBlobStore

func NewBlobStore(ctx context.Context, url string) (*BlobStore, error)

NewBlobStore initializes the blob store based on the url. utilizing gocloud (https://gocloud.dev/howto/blob/) various blob stores such as S3, google cloud bucket, azure blob store can be used. Authentication is setup via environment variables. Please refer to for full documentation https://gocloud.dev/howto/blob/

func (*BlobStore) Read

func (b *BlobStore) Read(ctx context.Context, key string) ([]byte, error)

Read uses the key read the data from the initialized blob store (via the authentication provided)

func (*BlobStore) Write

func (b *BlobStore) Write(ctx context.Context, key string, value []byte) error

Write uses the key and value to write the data to the initialized blob store (via the authentication provided)

Jump to

Keyboard shortcuts

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