Documentation ¶
Index ¶
- type Driver
- func (d *Driver) Bootstrap(ctx context.Context, l progress.Logger) error
- func (d *Driver) Client(ctx context.Context) (*client.Client, error)
- func (d *Driver) Config() driver.InitConfig
- func (d *Driver) Factory() driver.Factory
- func (d *Driver) Features() map[driver.Feature]bool
- func (d *Driver) Info(ctx context.Context) (*driver.Info, error)
- func (d *Driver) IsMobyDriver() bool
- func (d *Driver) Rm(ctx context.Context, force bool, rmVolume bool) error
- func (d *Driver) Stop(ctx context.Context, force bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct { driver.InitConfig // contains filtered or unexported fields }
func (*Driver) Config ¶ added in v0.5.0
func (d *Driver) Config() driver.InitConfig
func (*Driver) IsMobyDriver ¶ added in v0.5.0
Click to show internal directories.
Click to hide internal directories.