# Packages
No description provided by the author
# Functions
No description provided by the author
AnyDatastoreConfig returns a DatastoreConfig from a spec based on the "type" parameter.
APIAddr returns the registered API addr, according to the api file in the fsrepo.
BestKnownPath returns the best known fsrepo path.
ConfigAt returns an error if the FSRepo at the given path is not initialized.
Init initializes a new FSRepo at the given path with the provided config.
IsInitialized returns true if the repo is initialized at provided |path|.
LockedByOtherProcess returns true if the FSRepo is locked by another process.
LogDatastoreConfig returns a log DatastoreConfig from a spec.
MeasureDatastoreConfig returns a measure DatastoreConfig from a spec.
MemDatastoreConfig returns a memory DatastoreConfig from a spec.
MountDatastoreConfig returns a mount DatastoreConfig from a spec.
Open the FSRepo at path.
# Constants
LockFile is the filename of the repo lock, relative to config dir TODO rename repo lock and hide name.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
version number that we are currently expecting to see.
# Interfaces
DatastoreConfig is an abstraction of a datastore config.
# Type aliases
ConfigFromMap creates a new datastore config from a map.
DiskSpec is a minimal representation of the characteristic values of the datastore.