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

Function NewLinuxBindMounter

platform/disk/linux_bind_mounter.go:7–9  ·  view source on GitHub ↗
(delegateMounter Mounter)

Source from the content-addressed store, hash-verified

5}
6
7func NewLinuxBindMounter(delegateMounter Mounter) Mounter {
8 return linuxBindMounter{delegateMounter}
9}
10
11func (m linuxBindMounter) Mount(partitionPath, mountPoint string, mountOptions ...string) error {
12 return m.MountFilesystem(partitionPath, mountPoint, "", mountOptions...)

Callers 3

NewLinuxDiskManagerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected