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

Struct cdUtil

platform/cdrom/cdutil.go:18–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type cdUtil struct {
19 settingsMountPath string
20 fs boshsys.FileSystem
21 cdrom Cdrom
22 logger boshlog.Logger
23 logTag string
24}
25
26func NewCdUtil(settingsMountPath string, fs boshsys.FileSystem, cdrom Cdrom, logger boshlog.Logger) CDUtil {
27 return cdUtil{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected