2
0
mirror of synced 2025-02-24 22:58:28 +00:00
torrent/metainfo/piece_key.go

8 lines
104 B
Go
Raw Normal View History

package metainfo
2016-09-16 11:18:36 +10:00
// Uniquely identifies a piece.
type PieceKey struct {
InfoHash Hash
Index int
}