MCPcopy Create free account
hub / github.com/cloudfoundry/bosh-agent / WaitForMedia

Method WaitForMedia

platform/cdrom/cdrom_interface.go:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3type Cdrom interface {
4 WaitForMedia() (err error)
5 Mount(mountPath string) (err error)
6 Unmount() (err error)
7 Eject() (err error)

Callers 2

GetFilesContentsMethod · 0.65

Implementers 2

LinuxCdromplatform/cdrom/linux_cdrom.go
FakeCdromplatform/cdrom/fakes/fake_cdrom.go

Calls

no outgoing calls

Tested by

no test coverage detected