package vfs
import "github.com/docker/docker/graphdriver/vfs"
Index ¶
- func Init(home string) (graphdriver.Driver, error)
- type Driver
- func (d *Driver) Cleanup() error
- func (d *Driver) Create(id string, parent string) error
- func (d *Driver) Exists(id string) bool
- func (d *Driver) Get(id 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
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 (*Driver) Create ¶
func (*Driver) Exists ¶
func (*Driver) Get ¶
func (*Driver) Put ¶
func (*Driver) Remove ¶
func (*Driver) Status ¶
func (*Driver) String ¶
Source Files ¶
- Version
- v0.9.0
- Published
- Mar 10, 2014
- Platform
- js/wasm
- Imports
- 5 packages
- Last checked
- 4 minutes ago –
Tools for package owners.