package dummy

import "github.com/docker/docker/graphdriver/dummy"

Index

Functions

func Init

func Init(home string) (graphdriver.Driver, error)

Types

type Driver

type Driver struct {
	// contains filtered or unexported fields
}

func (*Driver) Cleanup

func (d *Driver) Cleanup() error

func (*Driver) Create

func (d *Driver) Create(id string, parent string) error

func (*Driver) Get

func (d *Driver) Get(id string) (string, error)

func (*Driver) Remove

func (d *Driver) Remove(id string) error

func (*Driver) Size

func (d *Driver) Size(id string) (int64, error)

func (*Driver) String

func (d *Driver) String() string

Source Files

driver.go

Version
v0.7.0-rc5
Published
Nov 15, 2013
Platform
js/wasm
Imports
5 packages
Last checked
6 minutes ago

Tools for package owners.