()
| 37 | type WindowsDiskManager interface { |
| 38 | GetFormatter() disk.WindowsDiskFormatter |
| 39 | GetLinker() disk.WindowsDiskLinker |
| 40 | GetPartitioner() disk.WindowsDiskPartitioner |
| 41 | GetProtector() disk.WindowsDiskProtector |
| 42 | } |
no outgoing calls
no test coverage detected