# Functions
FromLocation creates new instance of the datastore from location string.
FromWeb returns Datastore implementation that connects to external url.
InFileSystem constructs a datastore using filesystem as a storage layer.
InMemory constructs an in-memory datastore
The content is lost if the datastore is destroyed (either by garbage collection or by program termination).
InRawFilesystem is a simplified storage that uses filesystem as a storage layer.
No description provided by the author
WebInterface returns http handler representing web interface to given Datastore instance.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
No description provided by the author
ErrNotFound will be used when blob with given name was not found in datastore.
No description provided by the author
No description provided by the author
# Interfaces
DS interface contains the public interface of any conformant datastore
Stored data is split into small chunks called blobs.
No description provided by the author