github.com/anacrolix/torrent@v1.61.0/internal/request-strategy/torrent.go (about)

     1  package requestStrategy
     2  
     3  type Torrent interface {
     4  	Piece(int) Piece
     5  	PieceLength() int64
     6  }