Versions in this module Expand all Collapse all v0 v0.5.0 Feb 5, 2016 Changes in this version + var ErrApplyDiffFallback = fmt.Errorf("Fall back to normal ApplyDiff") — linux/amd64 + func Init(home string, options []string, uidMaps, gidMaps []idtools.IDMap) (graphdriver.Driver, error) — linux/amd64 + func NaiveDiffDriverWithApply(driver ApplyDiffProtoDriver, uidMaps, gidMaps []idtools.IDMap) graphdriver.Driver — linux/amd64 + type ActiveMount struct — linux/amd64 + type ApplyDiffProtoDriver interface — linux/amd64 + ApplyDiff func(id, parent string, diff archive.Reader) (size int64, err error) + type Driver struct — linux/amd64 + func (d *Driver) ApplyDiff(id string, parent string, diff archive.Reader) (size int64, err error) + func (d *Driver) Cleanup() error + func (d *Driver) Create(id, parent, mountLabel string) (retErr error) + func (d *Driver) Exists(id string) bool + func (d *Driver) Get(id string, mountLabel string) (string, error) + func (d *Driver) GetMetadata(id string) (map[string]string, error) + func (d *Driver) Put(id string) error + func (d *Driver) Remove(id string) error + func (d *Driver) Setup() error + func (d *Driver) Status() [][2]string + func (d *Driver) String() string