Versions in this module Expand all Collapse all v0 v0.7.1 Dec 6, 2013 Changes in this version + func Init(root string) (graphdriver.Driver, error) + func Mounted(mountpoint string) (bool, error) + func Unmount(target string) error + type Driver struct + func (Driver) String() string + func (a *Driver) ApplyDiff(id string, diff archive.Archive) error + func (a *Driver) Changes(id string) ([]archive.Change, error) + func (a *Driver) Cleanup() error + func (a *Driver) Create(id, parent string) error + func (a *Driver) Diff(id string) (archive.Archive, error) + func (a *Driver) DiffSize(id string) (int64, error) + func (a *Driver) Get(id string) (string, error) + func (a *Driver) Migrate(pth string, setupInit func(p string) error) error + func (a *Driver) Remove(id string) error + func (a Driver) Exists(id string) bool + func (a Driver) Status() [][2]string