| 11 | ) |
| 12 | |
| 13 | type encoderInputFileInfo struct { |
| 14 | fileDescriptionPacket fileDescriptionPacket |
| 15 | ifscPacket ifscPacket |
| 16 | dataShards [][]byte |
| 17 | } |
| 18 | |
| 19 | // An Encoder keeps track of all information needed to create parity |
| 20 | // volumes for a set of data files, and write them out to parity files |
nothing calls this directly
no outgoing calls
no test coverage detected