Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Context ¶
type Context struct { volume.VolumeDriver Filesystem string // contains filtered or unexported fields }
Context maintains current device state. It gets passed into tests so that tests can build on other tests' work
func NewContext ¶
func NewContext(d volume.VolumeDriver) *Context
Click to show internal directories.
Click to hide internal directories.