cdrom

package
v0.0.0-...-34d941c Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2015 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCdUtil

func NewCdUtil(settingsMountPath string, fs boshsys.FileSystem, cdrom Cdrom, logger boshlog.Logger) boshdevutil.DeviceUtil

Types

type Cdrom

type Cdrom interface {
	WaitForMedia() (err error)
	Mount(mountPath string) (err error)
	Unmount() (err error)
	Eject() (err error)
}

type LinuxCdrom

type LinuxCdrom struct {
	// contains filtered or unexported fields
}

func NewLinuxCdrom

func NewLinuxCdrom(devicePath string, udev boshudev.UdevDevice, runner boshsys.CmdRunner) (cdrom LinuxCdrom)

func (LinuxCdrom) Eject

func (cdrom LinuxCdrom) Eject() (err error)

func (LinuxCdrom) Mount

func (cdrom LinuxCdrom) Mount(mountPath string) (err error)

func (LinuxCdrom) Unmount

func (cdrom LinuxCdrom) Unmount() (err error)

func (LinuxCdrom) WaitForMedia

func (cdrom LinuxCdrom) WaitForMedia() (err error)

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL