Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BlobReaderWriter ¶
func (*BlobReaderWriter) InputBlobReader ¶
func (*BlobReaderWriter) OutputBlobWriter ¶
type BlobstoreIO ¶
type BlobstoreIO interface { InputBlobReader(lager.Logger, context.Context) (*blob.Reader, error) OutputBlobWriter(lager.Logger, context.Context) (*blob.Writer, error) }
func NewBlobReaderWriter ¶
func NewBlobReaderWriter(bucketURL string, bucketKey string) BlobstoreIO
type BucketConfig ¶
type BucketConfig struct {
URL string
}
Click to show internal directories.
Click to hide internal directories.