| 10 | ) |
| 11 | |
| 12 | type linuxMounter struct { |
| 13 | runner boshsys.CmdRunner |
| 14 | mountsSearcher MountsSearcher |
| 15 | maxUnmountRetries int |
| 16 | unmountRetrySleep time.Duration |
| 17 | } |
| 18 | |
| 19 | func NewLinuxMounter( |
| 20 | runner boshsys.CmdRunner, |
nothing calls this directly
no outgoing calls
no test coverage detected