fake_blobstore

package
v0.0.0-...-db1d7af Latest Latest
Warning

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

Go to latest
Published: Mar 1, 2014 License: Apache-2.0 Imports: 3 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 {
	UploadInputs struct {
		Key  string
		File []byte
	}
	UploadOutputs struct {
		Err error
	}
}

func NewFakeBlobstore

func NewFakeBlobstore() *Blobstore

func (*Blobstore) Upload

func (b *Blobstore) Upload(key string, r io.ReadSeeker) (err error)

type Repo

type Repo struct {
	AppPackageBlobstore *Blobstore
}

func NewFakeBlobstoreRepo

func NewFakeBlobstoreRepo() *Repo

func (*Repo) AppPackageStore

func (r *Repo) AppPackageStore() blobstore.BlobStore

Jump to

Keyboard shortcuts

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