FedP2P/metainfo/piece_key.go

8 lines
104 B
Go
Raw Normal View History

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