blobstore_delegator

package
v2.263.0+incompatible Latest Latest
Warning

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

Go to latest
Published: Oct 12, 2019 License: Apache-2.0 Imports: 4 Imported by: 12

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BlobstoreDelegator

type BlobstoreDelegator interface {
	Get(digest boshcrypto.Digest, signedURL, blobID string) (fileName string, err error)
	Write(signedURL, path string) (string, boshcrypto.MultipleDigest, error)
	CleanUp(signedURL, path string) error
	Delete(signedURL, blobID string) error
}

type BlobstoreDelegatorImpl

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

func (*BlobstoreDelegatorImpl) CleanUp

func (b *BlobstoreDelegatorImpl) CleanUp(signedURL, fileName string) (err error)

func (*BlobstoreDelegatorImpl) Delete

func (b *BlobstoreDelegatorImpl) Delete(signedURL, blobID string) (err error)

func (*BlobstoreDelegatorImpl) Get

func (b *BlobstoreDelegatorImpl) Get(digest boshcrypto.Digest, signedURL, blobID string) (fileName string, err error)

func (*BlobstoreDelegatorImpl) Write

func (b *BlobstoreDelegatorImpl) Write(signedURL, path string) (string, boshcrypto.MultipleDigest, error)

Directories

Path Synopsis
Code generated by counterfeiter.
Code generated by counterfeiter.

Jump to

Keyboard shortcuts

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