Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BtrfsDriver ¶
type BtrfsDriver struct {
BasePath string
}
func NewBtrfsDriver ¶
func NewBtrfsDriver(basePath string) *BtrfsDriver
func (*BtrfsDriver) Clone ¶
func (d *BtrfsDriver) Clone(snapshotID string, newBranchID string) (string, error)
func (*BtrfsDriver) CreateSnapshot ¶
func (d *BtrfsDriver) CreateSnapshot(sourceID string) (string, error)
func (*BtrfsDriver) Destroy ¶
func (d *BtrfsDriver) Destroy(id string) error
func (*BtrfsDriver) Init ¶
func (d *BtrfsDriver) Init() error
Click to show internal directories.
Click to hide internal directories.