Versions in this module Expand all Collapse all v1 v1.4.0 Dec 11, 2014 Changes in this version + var ErrApplyDiffFallback = fmt.Errorf("Fall back to normal ApplyDiff") — linux/amd64 + func Init(home string, options []string) (graphdriver.Driver, error) — linux/amd64 + func NaiveDiffDriverWithApply(driver ApplyDiffProtoDriver) graphdriver.Driver — linux/amd64 + type ActiveMount struct — linux/amd64 + type ApplyDiffProtoDriver interface — linux/amd64 + ApplyDiff func(id, parent string, diff archive.ArchiveReader) (bytes int64, err error) + type CopyFlags int — linux/amd64 + const CopyHardlink + type Driver struct — linux/amd64 + func (d *Driver) ApplyDiff(id string, parent string, diff archive.ArchiveReader) (bytes int64, err error) + func (d *Driver) Cleanup() error + func (d *Driver) Create(id string, parent string) (retErr error) + func (d *Driver) Exists(id string) bool + func (d *Driver) Get(id string, mountLabel string) (string, error) + func (d *Driver) Put(id string) + func (d *Driver) Remove(id string) error + func (d *Driver) Status() [][2]string + func (d *Driver) String() string