2
0
mirror of synced 2025-02-23 06:08:07 +00:00
torrent/metainfo/piece_key.go
2018-07-12 09:15:15 +10:00

8 lines
111 B
Go

package metainfo
// Uniquely identifies a piece.
type PieceKey struct {
InfoHash Hash
Index pieceIndex
}