Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TempBlockDevice ¶
func CreateTempFormattedLoopDevice ¶
func CreateTempFormattedLoopDevice(t *testing.T, name string) (*TempBlockDevice, error)
returns the temporary file, the device path and the error.
func CreateTempLVMGroupDevice ¶
func CreateTempLVMGroupDevice(t *testing.T, name string) (*TempBlockDevice, error)
returns the temporary file, the device and the error.
func CreateTempLoopDevice ¶
func CreateTempLoopDevice(t *testing.T, name string) (*TempBlockDevice, error)
returns the temporary file, the device and the error.
func (*TempBlockDevice) Cleanup ¶
func (b *TempBlockDevice) Cleanup() error
func (*TempBlockDevice) String ¶
func (b *TempBlockDevice) String() string
Click to show internal directories.
Click to hide internal directories.