Documentation ¶
Index ¶
Constants ¶
View Source
const ( // MockOSDriverName is the name of a mock OS driver used primarily for // testing. MockOSDriverName = "mockOSDriver" // MockVolDriverName is the name of a mock volume driver used primarily for // testing. MockVolDriverName = "mockVolumeDriver" // MockStorDriverName is the name of a mock storage driver used primarily // for testing. MockStorDriverName = "mockStorageDriver" // BadMockOSDriverName is the name of a mock OS driver used primarily for // testing. BadMockOSDriverName = "badMockOSDriver" // BadMockVolDriverName is the name of a mock volume driver used primarily // for testing. BadMockVolDriverName = "badMockVolumeDriver" // BadMockStorDriverName is the name of a mock storage driver used primarily // for testing. BadMockStorDriverName = "badMockStorageDriver" )
Variables ¶
This section is empty.
Functions ¶
func RegisterBadMockDrivers ¶
func RegisterBadMockDrivers()
RegisterBadMockDrivers registers the bad mock drivers.
func RegisterMockDrivers ¶
func RegisterMockDrivers()
RegisterMockDrivers registers the mock drivers.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.