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

Struct linuxBindMounter

platform/disk/linux_bind_mounter.go:3–5  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package disk
2
3type linuxBindMounter struct {
4 delegateMounter Mounter
5}
6
7func NewLinuxBindMounter(delegateMounter Mounter) Mounter {
8 return linuxBindMounter{delegateMounter}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected