(diskPath string, fileNames []string)
| 12 | |
| 13 | type Util interface { |
| 14 | GetFilesContents(diskPath string, fileNames []string) (contents [][]byte, err error) |
| 15 | GetBlockDeviceSize(diskPath string) (size uint64, err error) |
| 16 | } |
| 17 |
no outgoing calls
no test coverage detected