package vfs

import "github.com/docker/docker/daemon/graphdriver/vfs"

Index

Functions

func Init

func Init(home string, options []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, parent string) error

func (*Driver) Exists

func (d *Driver) Exists(id string) bool

func (*Driver) Get

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

func (*Driver) Put

func (d *Driver) Put(id string)

func (*Driver) Remove

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

func (*Driver) Status

func (d *Driver) Status() [][2]string

func (*Driver) String

func (d *Driver) String() string

Source Files

driver.go

Version
v0.12.0
Published
Jun 6, 2014
Platform
js/wasm
Imports
5 packages
Last checked
2 minutes ago

Tools for package owners.