filestore

package module
v0.0.0-...-d19c33b Latest Latest
Warning

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

Go to latest
Published: Aug 17, 2015 License: BSD-2-Clause Imports: 2 Imported by: 0

README

Simple abstraction for either local filesystem or AWS S3.

Pros: 100% tested (using TDD). Cons: Low in functionality at the moment; no docs.

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bucket

type Bucket interface {
	Key(name string) Key
}

type FileStore

type FileStore interface {
	Bucket(name string) Bucket
}

type Key

type Key interface {
	GetURI() *url.URL
	Upload(io.Reader) (string, error)
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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