()
| 5 | type Manager interface { |
| 6 | GetEphemeralDevicePartitioner() Partitioner |
| 7 | GetFormatter() Formatter |
| 8 | GetMounter() Mounter |
| 9 | GetMountsSearcher() MountsSearcher |
| 10 | GetPersistentDevicePartitioner(partitionerType string) (Partitioner, error) |
no outgoing calls
no test coverage detected