# Packages

No description provided by the author

# Functions

NewGenericWatchStorage is an extended Storage implementation, which provides a watcher for watching changes in the directory managed by the embedded Storage's RawStorage.
NewManifestStorage returns a pre-configured GenericWatchStorage backed by a storage.GenericStorage, and a GenericMappedRawStorage for the given manifestDir and Serializer.

# Constants

EventDeleteObjectName is used as the name of an object sent to the GenericWatchStorage's event stream when the the object has been deleted.

# Structs

GenericWatchStorage implements the WatchStorage interface.