Versions in this module Expand all Collapse all v1 v1.13.1 Mar 11, 2020 Changes in this version + const VolumeDataPathName + var ErrNotFound = fmt.Errorf("volume not found") + type Root struct + func New(scope string, rootUID, rootGID int) (*Root, error) + func (r *Root) Create(name string, opts map[string]string) (volume.Volume, error) + func (r *Root) DataPath(volumeName string) string + func (r *Root) Get(name string) (volume.Volume, error) + func (r *Root) List() ([]volume.Volume, error) + func (r *Root) Name() string + func (r *Root) Remove(v volume.Volume) error + func (r *Root) Scope() string