Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Concurrency = 32
)
Functions ¶
Types ¶
type LocalObject ¶
type LocalStore ¶
type LocalStore struct { }
func (*LocalStore) Get ¶
func (l *LocalStore) Get(path string) (io.ReadCloser, int, error)
type Store ¶
type Store interface { // Get retrieves a single Object interface Get(string) (io.ReadCloser, int, error) // Put takes an io.Reader and stores an object to the given location returning an error Put(string, io.Reader) error }
Store implements an interface for accessing Collections
func NewLocalStore ¶
func NewLocalStore() Store
func NewS3Store ¶
Click to show internal directories.
Click to hide internal directories.