FedP2P/metainfo/piece_key.go

7 lines
72 B
Go

package metainfo
type PieceKey struct {
InfoHash Hash
Index int
}