Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Driver ¶
func Registered ¶
type FileInfoSlice ¶
func (FileInfoSlice) Labels ¶
func (p FileInfoSlice) Labels() []string
func (FileInfoSlice) Len ¶
func (p FileInfoSlice) Len() int
func (FileInfoSlice) Less ¶
func (p FileInfoSlice) Less(i, j int) bool
func (FileInfoSlice) Swap ¶
func (p FileInfoSlice) Swap(i, j int)
type Volume ¶
type Volume interface { Name() string Path() string SnapshotPath(label string) string Snapshot(label string) (err error) Snapshots() ([]string, error) RemoveSnapshot(label string) error Rollback(label string) error Unmount() error Export(label, parent, filename string) error Import(label, filename string) error }
Click to show internal directories.
Click to hide internal directories.