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

Struct diskUtil

platform/disk/diskutil.go:18–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16}
17
18type diskUtil struct {
19 mounter Mounter
20 runner boshsys.CmdRunner
21 fs boshsys.FileSystem
22
23 logTag string
24 logger boshlog.Logger
25}
26
27func NewUtil(runner boshsys.CmdRunner, mounter Mounter, fs boshsys.FileSystem, logger boshlog.Logger) Util {
28 return diskUtil{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected