Versions in this module Expand all Collapse all v1 v1.13.1 Mar 11, 2020 Changes in this version + func NewFakeDriver(name string) volume.Driver + func NewFakeVolume(name string, driverName string) volume.Volume + type FakeDriver struct + func (*FakeDriver) Scope() string + func (d *FakeDriver) Create(name string, opts map[string]string) (volume.Volume, error) + func (d *FakeDriver) Get(name string) (volume.Volume, error) + func (d *FakeDriver) List() ([]volume.Volume, error) + func (d *FakeDriver) Name() string + func (d *FakeDriver) Remove(v volume.Volume) error + type FakeVolume struct + func (FakeVolume) Mount(_ string) (string, error) + func (FakeVolume) Path() string + func (FakeVolume) Status() map[string]interface{} + func (FakeVolume) Unmount(_ string) error + func (f FakeVolume) DriverName() string + func (f FakeVolume) Name() string + type NoopVolume struct + func (NoopVolume) DriverName() string + func (NoopVolume) Mount(_ string) (string, error) + func (NoopVolume) Name() string + func (NoopVolume) Path() string + func (NoopVolume) Status() map[string]interface{} + func (NoopVolume) Unmount(_ string) error