(partitionPath string, fsType FileSystemType)
| 14 | |
| 15 | type Formatter interface { |
| 16 | Format(partitionPath string, fsType FileSystemType) (err error) |
| 17 | GetPartitionFormatType(string) (FileSystemType, error) |
| 18 | GrowFilesystem(partitionPath string) error |
| 19 | } |
no outgoing calls