Versions in this module Expand all Collapse all v0 v0.11.0 May 7, 2014 Changes in this version + func Init(home string) (graphdriver.Driver, error) + type Driver struct + func (d *Driver) Cleanup() error + func (d *Driver) Create(id, parent string) error + func (d *Driver) Exists(id string) bool + func (d *Driver) Get(id, 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