Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCDUtil ¶
type FakeCDUtil struct { GetFilesContentsFileNames []string GetFilesContentsError error GetFilesContentsContents [][]byte GetBlockDeviceSizeError error GetBlockDeviceSizeSize uint64 }
func NewFakeCDUtil ¶
func NewFakeCDUtil() (util *FakeCDUtil)
func (*FakeCDUtil) GetBlockDeviceSize ¶
func (util *FakeCDUtil) GetBlockDeviceSize() (size uint64, err error)
func (*FakeCDUtil) GetFilesContents ¶
func (util *FakeCDUtil) GetFilesContents(fileNames []string) ([][]byte, error)
type FakeCdrom ¶
type FakeCdrom struct { WaitForMediaError error MountError error UnmountError error EjectError error MediaAvailable bool Fs *fakesys.FakeFileSystem MediaFilePath string MediaFileContents string MountMountPath string Mounted bool }
func NewFakeCdrom ¶
func NewFakeCdrom(fs *fakesys.FakeFileSystem, filepath, contents string) *FakeCdrom
func (*FakeCdrom) WaitForMedia ¶
Click to show internal directories.
Click to hide internal directories.