Documentation ¶
Overview ¶
Package thinclones provides an interface to work different thin-clone managers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SnapshotExistsError ¶
type SnapshotExistsError struct {
// contains filtered or unexported fields
}
SnapshotExistsError defines an error when snapshot already exists.
func NewSnapshotExistsError ¶
func NewSnapshotExistsError(name string) *SnapshotExistsError
NewSnapshotExistsError creates a new SnapshotExistsError.
func (*SnapshotExistsError) Error ¶
func (e *SnapshotExistsError) Error() string
Error prints a message describing SnapshotExistsError.
Click to show internal directories.
Click to hide internal directories.