Versions in this module Expand all Collapse all v3 v3.0.1 Mar 13, 2018 Changes in this version + type AddInput struct + SourcePath string + type FakeBlobstore struct + AddBlobID string + AddErr error + AddInputs []AddInput + GetErr error + GetInputs []GetInput + func NewFakeBlobstore() *FakeBlobstore + func (b *FakeBlobstore) Add(sourcePath string) (blobID string, err error) + func (b *FakeBlobstore) Get(blobID string, destinationPath string) error + type FakeBlobstoreFactory struct + CreateBlobstore biblobstore.Blobstore + CreateBlobstoreURL string + CreateErr error + func NewFakeBlobstoreFactory() *FakeBlobstoreFactory + func (f *FakeBlobstoreFactory) Create(blobstoreURL string) (biblobstore.Blobstore, error) + type GetInput struct + BlobID string + DestinationPath string Other modules containing this package gopkg.in/cloudfoundry/bosh-cli.v0 gopkg.in/cloudfoundry/bosh-cli.v2 gopkg.in/cloudfoundry/bosh-cli.v4 gopkg.in/cloudfoundry/bosh-cli.v5 gopkg.in/cloudfoundry/bosh-cli.v6