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

Struct linuxMounter

platform/disk/linux_mounter.go:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10)
11
12type linuxMounter struct {
13 runner boshsys.CmdRunner
14 mountsSearcher MountsSearcher
15 maxUnmountRetries int
16 unmountRetrySleep time.Duration
17}
18
19func NewLinuxMounter(
20 runner boshsys.CmdRunner,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected