Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlobStore ¶
type BlobStore interface { List() ([]blob.Blob, error) Delete(path string) error Upload(path string, contents io.ReadSeeker) error Download(path string) (io.ReadCloser, error) DropletStore }
func New ¶
func New(config *config_package.Config) BlobStore
type BlobStoreVerifier ¶
func (BlobStoreVerifier) Verify ¶
func (v BlobStoreVerifier) Verify(config *config_package.Config) (authorized bool, err error)
type DropletStore ¶
Directories
¶
Path | Synopsis |
---|---|
This file was generated by counterfeiter
|
This file was generated by counterfeiter |
Click to show internal directories.
Click to hide internal directories.