# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
DirStore constructs an object store from a directory entry at the given path.
EmptyStore returns a Store instance representing an empty, read-only object store.
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
ErrNotExist is an error value which may be tested against to determine whether a method invocation from a Store instance failed due to being called on an object which did not exist.
ErrReadOnly is an error returned when attempting to create an object in a read-only store.
# Interfaces
Store is an interface abstracting an object storage layer.