Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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.