Versions in this module Expand all Collapse all v0 v0.99.0 Jun 20, 2020 Changes in this version + var ErrNotSupported = fmt.Errorf("not supported") — windows/amd64 + func InitDriver(dataRoot string, options []string, _, _ []idtools.IDMap) (graphdriver.Driver, error) — windows/amd64 + type Driver struct — windows/amd64 + func (d *Driver) ApplyDiff(id, parent string, diff io.Reader) (int64, error) + func (d *Driver) Changes(id, parent string) ([]archive.Change, error) + func (d *Driver) Cleanup() error + func (d *Driver) Create(id, parent string, opts *graphdriver.CreateOpts) error + func (d *Driver) CreateReadWrite(id, parent string, opts *graphdriver.CreateOpts) error + func (d *Driver) Diff(id, parent string) (io.ReadCloser, error) + func (d *Driver) DiffGetter(id string) (graphdriver.FileGetCloser, error) + func (d *Driver) DiffSize(id, parent string) (size int64, err error) + func (d *Driver) Exists(id string) bool + func (d *Driver) Get(id, mountLabel string) (containerfs.ContainerFS, error) + func (d *Driver) GetLayerPath(id 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) Status() [][2]string + func (d *Driver) String() string