| 21 | var _ Creator = (*targzExtractCreator)(nil) |
| 22 | |
| 23 | type targzExtractCreator struct { |
| 24 | t cluster.Target |
| 25 | } |
| 26 | |
| 27 | // ExtractShard reads the tarball f and extracts its metadata. |
| 28 | func (t *targzExtractCreator) ExtractShard(lom *cluster.LOM, r cos.ReadReaderAt, extractor RecordExtractor, |
nothing calls this directly
no outgoing calls
no test coverage detected