 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
      Index ¶
- Variables
- func Init(home string, options []string) (graphdriver.Driver, error)
- func NaiveDiffDriverWithApply(driver ApplyDiffProtoDriver) graphdriver.Driver
- type ActiveMount
- type ApplyDiffProtoDriver
- type CopyFlags
- type Driver
- func (d *Driver) ApplyDiff(id string, parent string, diff archive.ArchiveReader) (size int64, err error)
- func (d *Driver) Cleanup() error
- func (d *Driver) Create(id string, parent string) (retErr error)
- func (d *Driver) Exists(id string) bool
- func (d *Driver) Get(id string, mountLabel 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
 
Constants ¶
This section is empty.
Variables ¶
      View Source
      
  
var (
	ErrApplyDiffFallback = fmt.Errorf("Fall back to normal ApplyDiff")
)
    Functions ¶
func NaiveDiffDriverWithApply ¶
func NaiveDiffDriverWithApply(driver ApplyDiffProtoDriver) graphdriver.Driver
Types ¶
type ActiveMount ¶
type ActiveMount struct {
	// contains filtered or unexported fields
}
    type ApplyDiffProtoDriver ¶
type ApplyDiffProtoDriver interface {
	graphdriver.ProtoDriver
	ApplyDiff(id, parent string, diff archive.ArchiveReader) (size int64, err error)
}
     Click to show internal directories. 
   Click to hide internal directories.