 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
      Index ¶
- func Init(base string, opt []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, mountLabel string) (string, error)
- func (d *Driver) MountPath(id string) string
- 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
- func (d *Driver) ZfsPath(id string) string
 
- type Logger
- type ZfsOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Driver ¶
type ZfsOptions ¶
type ZfsOptions struct {
	// contains filtered or unexported fields
}
     Click to show internal directories. 
   Click to hide internal directories.