# Functions
No description provided by the author
given an ID, compute the volume's label.
NewVolume creates a Volume.
# Structs
No description provided by the author
Volume is the handle to identify a volume on the backing store.
VolumeExistsError : custom error type for when a create operation targets and already occupied ID.
VolumeStoreNotFoundError : custom error type for when we fail to find a target volume store.
# Interfaces
No description provided by the author
VolumeStorer is an interface to create, remove, enumerate, and get Volumes.